> -----Original Message----- > From: Craig Cole [mailto:craig@xxxxxxxxxx] > Sent: Sat, May 17, 2003 4:44 AM > To: shrike-list@xxxxxxxxxx > Subject: Mozilla and java > > > Hey all, > > I'm having some real trouble with Java and Mozilla on RH9. > Currently I > have Mozilla 1.4b installed, however I have tried it with the default > Moz 1.2.1. > > Here is what happens, when I link (correctly, I'm positive) > to the java > plugin in the mozilla-1.4b/plugins/ directory, the plugin doesn't show > up in HELP > About plugins. If I launch Mozilla with: mozilla -? it > gives the following output: > > LoadPlugin: failed to initialize shared library > /usr/java/j2re1.4.1_02/plugin/i386/ns610/libjavaplugin_oji.so > [/usr/java/j2re1.4.1_02/plugin/i386/ns610/libjavaplugin_oji.so: > undefined symbol: > GetGlobalServiceManager__16nsServiceManagerPP17nsIServiceManager] You are probably using mozilla compiled with gcc 3.2. In this case you need a java compiled with gcc 3.2 too. You can either use version 1.4.2 beta from Sun or from blackdown.org. Pavel.