I've been able to activate my Java VM plug-in in Netscape, but can't seem to do this in Mozilla. [...]
The simplest way is to go and download the Java VM plug-in for Netscape 6 with Mozilla. It's a large download, though, so if you're talking about Netscape 6, you could try copying the java2 and libjavaplugin_oji.so to Mozilla's plugins dir, but that might not work.
HTH
MJ Ray wrote:
I've been able to activate my Java VM plug-in in Netscape, but can't seem to do this in Mozilla. [...]
The simplest way is to go and download the Java VM plug-in for Netscape 6
with Mozilla. It's a large download, though, so if you're talking about Netscape 6, you could try copying the java2 and libjavaplugin_oji.so to Mozilla's plugins dir, but that might not work.
HTH
Do not copy libjavaplugin_oji.so directly to mozilla's plugin directory. Install the Java VM on it's own. When this is done cd into Mozilla's plugin directory and make a link to libjavaplugin_oji.so. My java vm is installed in /usr and the link was made like this:-
ln -s /usr/jre1.3.1_01/plugin/i386/ns600/libjavaplugin_oji.so libjavaplugin_oji.so
I found that just dropping the plugin into Mozilla's plugin directory simply did not work. Using the link it works a treat.
Have fun
Mark