Windows 10 will reach EOS (end of support) on October 14, 2025. For more information, see this article.

Buscar en Ayuda

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Firefox is not detecting Java plugin

  • 5 respuestas
  • 11 tienen este problema
  • 32 visitas
  • Última respuesta de cor-el

more options

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!

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 👍 0

Todas las respuestas (5)

more options

Make sure that you create a symlink to the Java JP2 plugin (libnpjp2.so) that current Firefox version need.

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.

more options

Thanks. Yes, I've tried installing both in <firefox>/plugins and also in <home>/.mozilla/firefox with no success.

more options

Solución elegida

Try /usr/lib/browser-plugins/

more options

That was it, thanks!

more options

You're welcome