Java plugin not recognize by Ubuntu Firefox 3.6

Starting in Firefox 3.6, the Next-Generation Java™ Plug-In (libnpjp2.so) is required.

(see Bug #532174 in sun-java6 (Ubuntu): “[Lucid] sun-java6-plugin not recognized by firefox anymore)

in my system, in the dir /etc/alternatives/

the symlink
mozilla-javaplugin.so -> /usr/lib/jvm/java-6-sun/jre/plugin/i386/ns7/libjavaplugin_oji.so

We just need to point the symlink mozilla-javaplugin.so to the new plugin.

sudo rm mozilla-javaplugin.so
sudo ln -s /usr/lib/jvm/java-6-sun/jre/lib/i386/libnpjp2.so mozilla-javaplugin.so


Comments

blog comments powered by Disqus

Categories