| Author |
problem with jdk6
|
sanjoy sa
Greenhorn
Joined: Aug 19, 2009
Posts: 9
|
|
|
I install jdk-6-windows-i586.exe on my pc.oracle 9i was lso loaded. but java version shows 1.3.1_01. I also set system varriables(JAVA_HOME) as C:\Program Files\Java\jdk1.6.0_01. Why the version is not showing 1.6. Please advice.
|
 |
Jaikiran Pai
Marshal
Joined: Jul 20, 2005
Posts: 8211
|
|
The java.exe will be picked up from the PATH environment variable. What does it point to? You can check by printing:
|
[My Blog] [JavaRanch Journal]
|
 |
sanjoy sa
Greenhorn
Joined: Aug 19, 2009
Posts: 9
|
|
|
thanks for prompt reply. path shows as follows:c:\program files\oracle\jre\1.3.1\bin;c:\program files\oracle\jre\1.1.8\bin;c:\program files\java\jre\1.6.0_01\bin;c:\program files\java\jre\1.6.0_01\lib; etc..etc.. i think it is picking up oracle jre .what to do?
|
 |
 |
|
|
subject: problem with jdk6
|
|
|