How do I configure Java 1.6.0_23 plugin in Solaris 10 x86 with Firefox 3.6.13 ? Everything I've found so far doesn't seem to work.
Maybe I'm just not finding the right URLs, but I can't seem to find how to enable Java plug with the following OS and sw involved. Solaris 10 x86 Firefox 3.6.13 Java 1.6.0_23
Alle svar (6)
Thanks Helper7677, but still no go.
Everything I am looking at seems right, but firefox3 simply isn't picking up the java plugin.
- firefox -v
Mozilla Firefox 3.6.13, Copyright (c) 1998 - 2010 mozilla.org
- java -version
java version "1.6.0_23" Java(TM) SE Runtime Environment (build 1.6.0_23-b05) Java HotSpot(TM) Server VM (build 19.0-b09, mixed mode)
# pwd
/opt/sfw/lib/firefox/plugins
- ls -l
total 29656 -rwxrwxrwx 1 root root 15127884 Oct 26 17:23 libflashplayer.so lrwxrwxrwx 1 root root 52 Dec 31 12:19 libjavaplugin_oji.so -> /usr/jdk/latest/plugin/i386/ns7/libjavaplugin_oji.so -rwxr-xr-x 1 root root 43364 Dec 5 09:46 libnullplugin.so
- pwd
/opt/sfw/lib/firefox3/plugins
- ls -l
total 29570 -rwxr-xr-x 1 root root 15127884 Dec 21 15:01 libflashplayer.so lrwxrwxrwx 1 root root 52 Dec 31 12:15 libjavaplugin_oji.so -> /usr/jdk/latest/plugin/i386/ns7/libjavaplugin_oji.so
- cd /usr/jdk/latest/plugin/i386/ns7/
- pwd
/usr/jdk/latest/plugin/i386/ns7
- ls -l
total 432 -rwxrwxr-x 1 root root 209104 Nov 12 15:32 libjavaplugin_oji.so
Yet, when I start firefox, "about:plugins" doesn't show java. Also note, I've tried linking to the plugin in various ways, with the same results.
Found the answer. In your firefox plugins directory, link to:
libnpjp2.so -> /usr/jdk/jre1.6.0_23/lib/i386/libnpjp2.so
Change the directory path as appropriate, but from what I've read, this is the new/next generation plugin from java. So far it's working.
Found the answer. In your firefox plugins directory, link to:
libnpjp2.so -> /usr/jdk/jre1.6.0_23/lib/i386/libnpjp2.so
Change the directory path as appropriate, but from what I've read, this is the new/next generation plugin from java. So far it's working.
Okay, maybe not. /usr/jdk/jre1.6.0_23/lib/i386/libnpjp2.so WAS working, but not now. I'll try to stabilize my setup and repost once I have something working for a while.
libjavaplugin_oji.so is the classic Java plugin. Curent Firefox versions need the Next Generation Java plugin (libnpjp2.so)
http://java.com/en/download/faq/firefox_newplugin.xml
http://www.oracle.com/technetwork/java/javase/manual-plugin-install-linux-136395.html