Търсене в помощните статии

Избягвайте измамите при поддръжката. Никога няма да ви помолим да се обадите или изпратите SMS на телефонен номер или да споделите лична информация. Моля, докладвайте подозрителна активност на "Докладване за злоупотреба".

Научете повече

java plugin doesn't work, even though it's installed correctly and java programs work.

  • 1 отговор
  • 35 имат този проблем
  • 1 изглед
  • Последен отговор от cor-el

more options

As stated. I have a link in ~/.mozilla/plugin that points to test/jre/plugin/i386/ns7/libjavaplugin_oji.so, which is the java 6 update 21 runtime environment.

Java doesn't show in about:plugins, and java applets don't start (firefox suggests to install missing plugins).

Java programs using the jre outside the browser work.

This is on Linux 32-bits, Slackware 13.0, kernel 2.6.34.

As stated. I have a link in ~/.mozilla/plugin that points to test/jre/plugin/i386/ns7/libjavaplugin_oji.so, which is the java 6 update 21 runtime environment. Java doesn't show in about:plugins, and java applets don't start (firefox suggests to install missing plugins). Java programs using the jre outside the browser work. This is on Linux 32-bits, Slackware 13.0, kernel 2.6.34.

Всички отговори (1)

more options
As stated. I have a link in ~/.mozilla/plugin that points to test/jre/plugin/i386/ns7/libjavaplugin_oji.so, which is the java 6 update 21 runtime environment.

Where did you read that?

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

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

http://java.com/en/download/faq/firefox_newplugin.xml
http://java.sun.com/javase/6/webnotes/install/jre/manual-plugin-install-linux.html


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)

Променено на от cor-el