* Steve zephod@cfl.rr.com [2008-11-05 13:30]:
---- Deepak Bhole dbhole@redhat.com wrote:
- Steve zephod@cfl.rr.com [2008-11-04 10:42]:
I'm using 2.22.2 of ephipany and my java plugin seems to have stopped working presumably as a result of a recent update (nspluginwrapper-1.1.2.2.fc9.x86_64?).
If I go to this site:
http://www.javatester.org/index.html
then select the Java Version tab, it says "Browser has Java disabled" . On the privacy tab of the Prefereces option from the Edit menu in Ephipany I see that I have both Java and Javascript enabled.
If I go to the Javascript tab of the above site, it tells me that java scrip is working and that I have Javascript version 1.8 and Firefox version 3.0.
# rpm -qa | grep java java_cup-0.10-0.k.6jpp.2.x86_64 tzdata-java-2008i-1.fc9.noarch java-1.5.0-gcj-1.5.0.0-21.fc9.x86_64 java-1.6.0-openjdk-plugin-1.6.0.0-0.18.b09.fc9.x86_64 glib-java-0.2.6-12.fc9.x86_64 java-1.6.0-openjdk-1.6.0.0-0.18.b09.fc9.i386
# java -versionjava version "1.6.0" OpenJDK Runtime Environment (build 1.6.0-b09) OpenJDK Server VM (build 1.6.0-b09, mixed mode)
Any hints? Do I need to install Sun's java?
Steve
Hi Steve,
If you type in about:plugins in the address bar and hit enter, do you see Java in the list that shows up?
No, there is no java in the list.
If it does not, can you paste the output of: ls -l /etc/alternatives/*javaplugin*
$ ls -l /etc/alternatives/*javaplugin* lrwxrwxrwx 1 root root 63 2008-11-03 14:55 /etc/alternatives/libjavaplugin.so.x86_64 -> /usr/lib/jvm/jre-1.6.0-openjdk.x86_64/lib/amd64/gcjwebplugin.so
Thanks for taking the time to help.
Alright, so that link looks good. We need to figure out now if that plugin exists, and if mozilla is expected to be seeing it. So, can you post the output of:
ls -l /usr/lib/jvm/jre-1.6.0-openjdk.x86_64/lib/amd64/gcjwebplugin.so
and:
ls -l /usr/lib64/mozilla/plugins/*java*
Deepak