Comment 11 for bug 288397

Revision history for this message
Nils Fredrik Gjerull (nfg) wrote :

After some after thought I think it would be better to use the alternatives system than to remove the symbolic links.

Do this:
sudo update-alternatives --install /etc/alternatives/xulrunner-1.9-javaplugin.so xulrunner-1.9-javaplugin.so /usr/lib/jvm/java-6-sun/jre/lib/i386/libnpjp2.so 100
sudo update-alternatives --install /etc/alternatives/xulrunner-javaplugin.so xulrunner-javaplugin.so /usr/lib/jvm/java-6-sun/jre/lib/i386/libnpjp2.so 100
sudo update-alternatives --install /etc/alternatives/firefox-javaplugin.so firefox-javaplugin.so /usr/lib/jvm/java-6-sun/jre/lib/i386/libnpjp2.so 100
sudo update-alternatives --install /etc/alternatives/mozilla-javaplugin.so mozilla-javaplugin.so /usr/lib/jvm/java-6-sun/jre/lib/i386/libnpjp2.so 100

Or you can do this with the GUI tool galternatives.

This will change to the new java plugin system wide.