I installed JDK 1.5 on RedHat 5 and set the paths for JAVA_HOME and PATH in bash_profile. But java -version still shows 1.4
Appreciate if anyone have a solution to fix this issue.
|
I installed JDK 1.5 on RedHat 5 and set the paths for JAVA_HOME and PATH in bash_profile. But java -version still shows 1.4 Appreciate if anyone have a solution to fix this issue. |
|||
|
You should use |
|||||||||||
|
|
The JREs can be managed using the /usr/sbin/alternatives function:
...will produce a list similar to: There are 2 programs which provide 'java'.
Enter to keep the current selection[+], or type selection number:
Repeat for "javac" if you do Java development. |
|||||||||
|
|
|
After editing |
|||||
|
|
Got this resolved.
This is was linked to jre 1.4. Modified to point to jre 1.5 and it worked. |
|||
|
|
whereis java– ayush Feb 8 '11 at 16:24