I'm new to FC6, I just got my installation up and running. Now I'm trying to get all my plugins for my internet browser working, and the first one I install (JRE) is being a pain.
I'm running the x86_64 version of FC6, so that may be causing some of the issues. Anyway, I installed JRE according to
this page.
Running the command
results in
Code:
java version "1.5.0_11"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_11-b03)
Java HotSpot(TM) Server VM (build 1.5.0_11-b03, mixed mode)
so that appears to have worked atleast somewhat.
Just to give an idea of what is installed:
Code:
# ls -l /usr/lib/mozilla/plugins/
total 8
lrwxrwxrwx 1 root root 39 Apr 7 20:52 libflashplayer.so -> /usr/lib/flash-plugin/libflashplayer.so
lrwxrwxrwx 1 root root 58 Apr 7 20:19 libjavaplugin_oji.so -> /usr/java/jre1.5.0_11/plugin/i386/ns7/libjavaplugin_oji.so
# ls -l /usr/lib/jvm
total 36
lrwxrwxrwx 1 root root 26 Apr 7 17:42 java -> /etc/alternatives/java_sdk
lrwxrwxrwx 1 root root 32 Apr 7 17:42 java-1.4.2 -> /etc/alternatives/java_sdk_1.4.2
lrwxrwxrwx 1 root root 22 Apr 7 17:42 java-1.4.2-gcj -> java-1.4.2-gcj-1.4.2.0
drwxr-xr-x 6 root root 4096 Apr 7 17:42 java-1.4.2-gcj-1.4.2.0
lrwxrwxrwx 1 root root 30 Apr 7 17:42 java-gcj -> /etc/alternatives/java_sdk_gcj
lrwxrwxrwx 1 root root 27 Apr 7 00:12 jre-1.4.2 -> /etc/alternatives/jre_1.4.2
lrwxrwxrwx 1 root root 26 Apr 7 00:12 jre-1.4.2-gcj -> java-1.4.2-gcj-1.4.2.0/jre
lrwxrwxrwx 1 root root 25 Apr 7 00:12 jre-gcj -> /etc/alternatives/jre_gcj
I'm really confused why I get nothing from my browswer; just the stupid puzzle piece telling me to 'click here to download plugin'
Can someone help me out with this?