hi, I have installed the java (by searching at the net) and just did as directed. As follows:
[u...@localhost ~]$usr/sbin/alternatives --install /usr/bin/java java /opt/jre1.6.0_20/bin/java 2 [u...@localhost ~]$su -c '/sbin/ldconfig' Then I downloaded jre-6u23-linux-i586.bin from the page: http://www.oracle.com/technetwork/java/javase/downloads/index.html Now did as follows: [r...@localhost ~]# cd /opt (after becoming root) [r...@localhost ~]# sh /home/user/Download/jre-6u23-linux-i586.bin [r...@localhost ~]# ln -s /opt/jre1.6.0_23/plugin/i386/ns7/libjavaplugin_oji.so /usr/lib/mozilla/plugins/libjavaplugin_oji.so [r...@localhost ~]# gedit /etc/profile.d/java.sh In the above file, copied the following two lines: export JAVA_HOME=/opt/jre1.6.0_23 export PATH=$JAVA_HOME/bin:$PATH then, [r...@localhost ~]# source /etc/profile.d/java.sh [r...@localhost ~]# /usr/sbin/alternatives --install /usr/bin/java java /opt/jre1.6.0_23/bin/java 2 [r...@localhost ~]# /usr/sbin/alternatives --config java Entered the value of 2 (indication of choice second) [r...@localhost ~]# /usr/sbin/alternatives --display java [r...@localhost ~]# reboot But the problem is that it is not showing any picture or verification that java has been installed: http://www.java.com/en/download/help/testvm.xml (This link is not verifying that java has been installed). -- Regards, Parshwa Murdia
-- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines