[Tfug] Mozilla 1.0.1 and Sun Java 1.4.1
Anthony Steckman
tfug@tfug.org
Sun Jan 12 03:47:01 2003
Correction --
I had the path wrong for Cory's system (correct for my own):
/usr/java/j2sdk1.4.1_01/jre/plugin/i386/ns600/libjavaplugin_oji140.so
should be correct if the SDK is installed under /usr/java (I left out
the ns600 directory in my original post).
+ I'm probably responding to some of what was said below:
. Date: Sun, 12 Jan 2003 01:25:56 -0700 (MST)
. Subject: Re: [Tfug] Mozilla 1.0.1 and Sun Java 1.4.1
. From: Anthony Steckman <humbl@elitemail.org>
. To: tfug@tfug.org
. X-Mailer: Pine 4.44 ALL YOUR BASE ARE BELONG TO US (Client Config Ver 1.1)
.
.
.
. You want a symbolic link from your mozilla plugins directory that points
. to the plugin itself -- the latter is included as a part of the jre.
.
. On my system, this means I navigate first to /usr/local/mozilla/plugins
. and then a execute the following:
.
. ln -s /opt/j2sdk1.4.1_01/jre/plugin/i386/ns600/libjavaplugin_oji140.so
.
. On your system, the command will be:
.
. ln -s /usr/java/j2sdk1.4.1_01/jre/plugin/i386/libjavaplugin_oji140.so
.
. The directory you execute this from, of course, depends on where you've
. installed Mozilla.
.
.
. + I'm probably responding to some of what was said below:
.
. . Date: Sat, 11 Jan 2003 22:20:22 +0000
. . Subject: [Tfug] Mozilla 1.0.1 and Sun Java 1.4.1
. . From: Cory Jon Hollingsworth <cory@users.sourceforge.net>
. . Reply-To: tfug@tfug.org
. . To: tfug@tfug.org
. . User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.9)
. . Gecko/20020313
. .
. . Any one know how to get the Java JVM to work as a pluggin for
. . Mozilla for running applets?
. .
. . I've been looking at it and I have no problem using java to run and
. . compile java programs and I know where the pluggin dirrectory is for
. . Mozilla, but I just don't see a way of putting the two together. Can't
. . find a howto either sadly.
. .
. . Can anyone give me a hint? I'm running Red Hat 8.0 with Mozilla
. . 1.0.1 and Sun's latest J2SDK 1.4.1.
. .
. . Mozilla is a standard RH release, I've installed the java in
. . /usr/java/j2sdk1.4.1_01.
. .
. . Thanks.
. .
. . _______________________________________________
. . tfug mailing list
. . tfug@tfug.org
. . http://www.tfug.org/mailman/listinfo/tfug
. .
. .
.
.