Thanks, Tom, You put me on the right question track. The Mozilla 1.5 needs the ns610-gcc32 version of the libjavaplugin_oji.so. There are on my machine at least 7 libjava...so files or links in 7 different directories - root/.netscape/plugins; usr/lib/mozilla/plugins; usr/local/mozilla/plugins/java2/plugin/i386/ns600; usr/local/mozilla/java2/plugin/i386/ns610-gcc32 - link; usr/local/mozilla/plugins; usr/local/mozilla_131/plugins; usr/java/j21.4.2_04/jre/plugin/i386/ns610-gcc32 - link The last is the one that counts. I needed the link in the /usr/local/mozilla/plugins. This also contains the flash and the java2 which under it needed the link, also. It was the 2 links in there that got me. I don't know why there are so many directories for this. The program for pulling up the html applet still doesn't work right, but I can keep playing with that. It isn't picking up the class program which would enter the html applets' input into the screen. All it puts is a red x in the box. I can get it to perform with the appletviewer tool. Thanks, Tim Sinks ----- Original Message ----- From: "Tom Marble" <tmarble at info9.net> To: "TCLUG Mailing List" <tclug-list at mn-linux.org> Sent: Saturday, March 13, 2004 4:02 PM Subject: Re: [TCLUG] java problems > Tim: > > I have tried to load in the java sdk and the java plugin for Mozilla and > > they do not work properly. > This ought to work. > > First determine the full path name of the plugin you need... I can't > remember about RH9, but it may still have used gcc 2.96. > If you installed the j2sdk in /usr/java/j2sdk1.4.2_01 then.... > > tmarble at techno 29% pwd > /usr/java/j2sdk1.4.2_01/jre/plugin/i386 > tmarble at techno 30% ls -lR > .: > total 12 > drwxr-xr-x 2 uucp 143 4096 Aug 19 2003 ns4 > drwxr-xr-x 2 uucp 143 4096 Aug 19 2003 ns610 > drwxr-xr-x 2 uucp 143 4096 Aug 19 2003 ns610-gcc32 > > ./ns4: > total 124 > -rwxr-xr-x 1 uucp 143 119628 Aug 19 2003 libjavaplugin.so > > ./ns610: > total 312 > -rwxr-xr-x 1 uucp 143 312688 Aug 19 2003 libjavaplugin_oji.so > > ./ns610-gcc32: > total 280 > -rwxr-xr-x 1 uucp 143 281904 Aug 19 2003 libjavaplugin_oji.so > tmarble at techno 31% > > ....the full path the plugin (for Mozilla, gcc 2.96) is > /usr/java/j2sdk1.4.2_01/jre/plugin/i386/ns610/libjavaplugin_oji.so > > So now all you have to do is make a link to this file in your Mozilla > plugins directory, for example > > # cd /usr/lib/mozilla/plugins > # ln -s /usr/java/j2sdk1.4.2_01/jre/plugin/i386/ns610/libjavaplugin_oji.so > > You can verify it by exiting and restarting Mozilla and viewing the > 'About' menu and/or by going to one of the test pages below. > > > Also, I have loaded on Websphere to one of my machines. It appears it has to > > be a server. Is this correct? Can I have it on a WS? > I don't really understand this question... could you be more specific? > > HTH, > > --Tom > > http://plugindoc.mozdev.org/faqs/ > http://www.mozilla.org/quality/browser/front-end/testcases/plugins/ > http://java.sun.com/products/plugin/ > http://java.sun.com/products/plugin/1.4/demos/applets.html > > _______________________________________________ > TCLUG Mailing List - Minneapolis/St. Paul, Minnesota > http://www.mn-linux.org tclug-list at mn-linux.org > https://mailman.real-time.com/mailman/listinfo/tclug-list _______________________________________________ TCLUG Mailing List - Minneapolis/St. Paul, Minnesota http://www.mn-linux.org tclug-list at mn-linux.org https://mailman.real-time.com/mailman/listinfo/tclug-list