Use this procedure on Linux® systems to make the Java™ plug-in available to Mozilla Firefox users. You must symbolically link the plug-in, rather than copy it, so that it can locate the JVM.
Procedure
- Log in as root.
- Change to your Firefox plug-ins directory (which differs, depending on the Linux distributions).
cd /usr/local/mozilla-firefox/plugins/
- Create a symbolic link to the plug-in.
To link with a First-generation, or Classic plug-in:
ln -s install_dir/jre/plugin/<arch>/ns7/libjavaplugin_oji.so .
To link with a Next-Generation plug-in, which is available only with
IA32:
ln -s install_dir/jre/lib/<arch>/libnpjp2.so .
where <arch> is the architecture of your system.