
Firefox is not detecting Java plugin
A few weeks ago I installed updates and updated to Firefox 3.6.13 on OpenSuse 11.1 (yeah, I know, I should upgrade, but I'm lazy). No more Java functionality for me. So I installed a new version. I followed all of the instructions on this page (I've tried both from the RPM and the self-extracting file and get the same results either way): http://java.com/en/download/help/linux_install.xml but I got nothing. Next I tried this: http://www.oracle.com/technetwork/java/javase/manual-plugin-install-linux-136395.html The /firefox/plugins folder (which I should note I have installed in my home directory) shows the symbolic link. Still not registering in Firefox, at all. When I go to about:plugins, I'm not seeing anything about JRE.
At this point I'm at a loss. I'm ashamed to admit that as long as I've been using Linux, I still know very little about it as I only use the very basic functions on my machine (email, internet, office applications; no need for much other than that). But I've never run up against this problem before, and I'm not sure what I'm missing here about what I did wrong. I have this sneaking suspicion it's something simple, but...
thanks!
Solución elegida
Try /usr/lib/browser-plugins/
Leer esta respuesta en su contexto 👍 0Todas las respuestas (5)
Make sure that you create a symlink to the Java JP2 plugin (libnpjp2.so) that current Firefox version need.
- http://www.oracle.com/technetwork/java/javase/manual-plugin-install-linux-136395.html
- http://kb.mozillazine.org/Determining_plugin_directory_on_Linux
ln -s /usr/lib/jvm/jre/lib/i386/libnpjp2.so /usr/lib/mozilla/plugins/libnpjp2.so (java-1_6_0-sun-plugin)
OpenSUSE 11.1 has reached end of live, so you won't be getting any updates as you probably noticed.
Thanks. Yes, I've tried installing both in <firefox>/plugins and also in <home>/.mozilla/firefox with no success.
Solución elegida
Try /usr/lib/browser-plugins/
That was it, thanks!
You're welcome