0

I updated my JDK from 1.3 to 1.6 and checked the version using command java -version in command prompt after updating the environmental variable entry for JAVA_HOME to 1.6 and also I have included the jre-bin path to PATH variable, unfortunately java -version is still pointing to 1.3. Can anyone please let me know what am I missing here?

I am using windows XP 32 bit.

Filburt
  • 17,626
  • 12
  • 64
  • 115
DSP
  • 1
  • 4

1 Answers1

0

Check "Path" variable. Reference to java 1.3 still left somewhere.

Or maybe you didn't closed/opened cmd, and its still using old JAVA_HOME value?

bigGuy
  • 1,732
  • 1
  • 22
  • 37