At Wed, 27 Jan 2010 09:17:02 -0800 CentOS mailing list centos@centos.org wrote:
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.
So they changed the name of the library?
It is weird, since the i586 JDK has the old library (<whatever>/jre/plugin/i386/ns7/libjavaplugin_oji.so), but the 64-bit JDK does not. They both have the libnpjp2.so library. Firefox's config does show that the name of the java plugin library is libjavaplugin_oji.so -- does this matter?