** Reply to message from Tyrion <[EMAIL PROTECTED]> on Sun, 08 Jun 2008 12:07:04 -0700
> 3. The plugin for firefox MUST be a symbolic link in the plugins > directory to the java directory as in: > > libjavaplugin_oji.so -> > /usr/lib/jre1.6.0_06/plugin/i386/ns7/libjavaplugin_oji.so > > Copying the plugin to the directory is a sure recipe for disaster. yes, the plug uses the Java runtime installed on your system is not self contained in the plugin like Flash is. Therefore, you need to link the plugin to the FF plugins folder or you might get away with setting a system wide CLASSPATH env so that the plugin knows where the Java runtime is. I believe this was your problem since I have other Java VMs on my machines without problems. But it's always best to try and keep a clean system as long as possible. Doug -- [email protected] http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-list
