I am trying to install my ubuntu using the downloaded jdk1.7.0_11 and jre1.7.0_11,and i traced the questions from here and followed tat steps even it is not installing the java. In the terminal , I am getting an error like this
Selection Path Priority Status
------------------------------------------------------------
* 0 /usr/lib/jvm/jre1.7.0_11/bin/java 3 auto mode
1 /usr/lib/jvm/jdk1.7.0_11/bin/java 1 manual mode
2 /usr/lib/jvm/jre1.7.0_11/bin/java 3 manual mode
Press enter to keep the current choice[*], or type selection number: 0
update-alternatives: warning: forcing reinstallation of alternative /usr/lib/jvm/jre1.7.0_11/bin/java because link group java is broken.
update-alternatives: warning: not replacing /usr/bin/java with a link.
pls guide me to work it possible to install java
Thank you
$ java --versionin terminal to check what you have installed. – VRU Jan 17 at 11:00