En Sat, Mar 09, 2002 at 08:06:45PM +0800, Sacha Chua escribio:
#_ On 07 Mar, eric pareja ([EMAIL PROTECTED]) said:
#_ 
#_ > xen's Debian Tip-of-the-Day: Getting Mozilla to Java and more (March 7, 2002)
#_ > =============================================================================
#_ 
#_ Hmmm. Here appears to be another way:
#_ 
#_ 1. Visit the java.sun.com site.
#_ 2. When prompted to install the Java plugin, do so.
#_ 3. Wait for it to finish, then restart Mozilla.
#_ 
#_ You may have to turn on automatic software downloading. =)
#_ 
#_ This tip was from n1kk1/nikki on Undernet#linuxhelp.  

Yet another way is to download j2re-1.3.1-02a-FCS-linux-i386.bin from a
blackdown mirror. download the install instructions too (very simple to
follow): INSTALL-j2re (a text file).

Basically:

cp j2re-1.3.1-02a-FCS-linux-i386.bin /usr/local/
cd /usr/local/
chmod +x j2re-1.3.1-02a-FCS-linux-i386.bin
./j2re-1.3.1-02a-FCS-linux-i386.bin
less j2re1.3.1/INSTALL <-- read this and follow instructions

For Mozilla:
Create a symbolic link from
<Java2 SDK installation>/jre/plugin/<ARCH>/mozilla/javaplugin_oji.so to
one of the directories Mozilla/Netscape 6 searches for plug-ins.
E.g.

ln -s /usr/local/j2re1.3.1/plugin/i386/mozilla/javaplugin_oji.so \
~/mozilla-0.9.6/plugins/

or
su # become root
ln -s /usr/local/j2re1.3.1/plugin/i386/mozilla/javaplugin_oji.so \
/usr/lib/mozilla/plugins/

Note: It has to be a symbolic link, copying javaplugin.so will NOT work

and your done.

enjoy
-- 
Juan Miguel Cacho               [EMAIL PROTECTED]
Parañaque City, Philippines
GnuPG Public Key                Key ID 7B071F7F
http://www.philonline.com/~chocovim/pancitmolo.pgp
  Drive safely. 90% of people are caused by accidents.
_
Philippine Linux Users Group. Web site and archives at http://plug.linux.org.ph
To leave: send "unsubscribe" in the body to [EMAIL PROTECTED]

To subscribe to the Linux Newbies' List: send "subscribe" in the body to 
[EMAIL PROTECTED]

Reply via email to