Támogatás keresése

Kerülje el a támogatási csalásokat. Sosem kérjük arra, hogy hívjon fel egy telefonszámot vagy osszon meg személyes információkat. Jelentse a gyanús tevékenységeket a „Visszaélés bejelentése” lehetőséggel.

Learn More

A témacsoportot lezárták és archiválták. Tegyen fel új kérdést, ha segítségre van szüksége.

Unable to get Java plugin activated on Firefox 3.6.6 on Debian

  • 2 válasz
  • 104 embernek van ilyen problémája
  • 46 megtekintés
  • Utolsó üzenet ettől: rbroberts

more options

On Debian installed SUN-JAVA6-JRE and IA32-SUN-JAVA6-BIN and vanilla Firefox 3.6.6

Followed instructions to create symlink libjavaplugin.so -> /usr/lib/jvm/ia32-java-6-sun-1.6.0.20/jre/plugin/i386/ns7/libjavaplugin_oji.so in ~/.mozilla/plugins, but restarting firefox and about:plugins does not show Java plugin.

Also created symlink in /usr/lib/mozilla/plugins, and in firefox install dir /usr/local/firefox/plugins. but none of this solved the issue.

Please advise

On Debian installed SUN-JAVA6-JRE and IA32-SUN-JAVA6-BIN and vanilla Firefox 3.6.6 Followed instructions to create symlink libjavaplugin.so -> /usr/lib/jvm/ia32-java-6-sun-1.6.0.20/jre/plugin/i386/ns7/libjavaplugin_oji.so in ~/.mozilla/plugins, but restarting firefox and about:plugins does not show Java plugin. Also created symlink in /usr/lib/mozilla/plugins, and in firefox install dir /usr/local/firefox/plugins. but none of this solved the issue. Please advise

Kiválasztott megoldás

In Firefox 3.6 and later versions you need the Next-Generation Java™ Plug-In (libnpjp2.so; present in Java 6 U10 and later).

ln -s /usr/local/java/jre1.6.0_20/lib/i386/libnpjp2.so libnpjp2.so
ln -s /usr/lib/jvm/jre/lib/i386/libnpjp2.so /usr/lib/mozilla/plugins/libnpjp2.so (java-1_6_0-sun-plugin)


See also Java and http://kb.mozillazine.org/Java

Válasz olvasása eredeti szövegkörnyezetben 👍 6

Összes válasz (2)

more options

Kiválasztott megoldás

In Firefox 3.6 and later versions you need the Next-Generation Java™ Plug-In (libnpjp2.so; present in Java 6 U10 and later).

ln -s /usr/local/java/jre1.6.0_20/lib/i386/libnpjp2.so libnpjp2.so
ln -s /usr/lib/jvm/jre/lib/i386/libnpjp2.so /usr/lib/mozilla/plugins/libnpjp2.so (java-1_6_0-sun-plugin)


See also Java and http://kb.mozillazine.org/Java

Módosította: cor-el,

more options

It took me a while to even find the libnpjp2.so plugin. Sun/Oracle no longer put it in the plugins directory in their download, but in the jre/lib/i386 directory. You will need to link from /usr/lib/mozilla/plugins to the installed location.

Módosította: rbroberts,