Hi everyone. I'm having trouble installing JRE.
I'm currently using Fedora 6 and Mozilla Firefox(version 1.5.0.7) as my web browser. I've downloaded and extract jdk1.6.0_01 into /usr/java/jdk1.6.0_01.
I tried checking whether it's installed on the terminal.
[root@localhost ~]#
java -version
java version "1.6.0_01"
Java(TM) SE Runtime Environment (build 1.6.0_01-b06)
Java HotSpot(TM) Client VM (build 1.6.0_01-b06, mixed mode, sharing)
At the same time, I've also changed the profile description from etc folder.
#set JDK enviroment variable
export JAVA_HOME=/usr/java/jdk1.6.0_01
#export JAVA_HOME=/usr/java/j2sdk1.4.2_13
export CLASSPATH=.:$JAVA_HOME/lib/tools.jar:$JAVA_HOME/lib
export PATH=.:$JAVA_HOME/bin:$JAVA_HOME/jre/bin:$PATH
Is there something that I can do in order to allow Java to run on my web browser? Please advice. Thanks in advance.
Best Regards
Adrian Lee
[ June 07, 2007: Message edited by: Adrian Lee ]