On Wed, Jan 27, 2010 at 4:34 AM, Robert Heller heller@deepsoft.com wrote:
Does there exist *anywhere* a Java web browser plugin for 64-bit FireFox? The SUN 1.6<mumble> JDK (jdk-6u18-linux-amd64.rpm) does NOT include the Java web browser plugin library.
It's been available since jdk-u13.
Just link the library
<whatever>/jre/lib/amd64/libnpjp2.so
to the firefox's plugin directory under /usr/lib64/firefox-<whatever>/plugins.
You may have to create the plugins directory.