Multiple installs on windows

Hi,

I have multiple versions of java installed on my machine. I set my path to one version (java 1.5.0_11), but whenever I do a "java -version" at a command line, it comes out with 1.5.0_08.

I looked at the windows/system32 directory, and theres a version of java there. How did it get there? And can i remove it? What about just deleting the java/javaw executables?

thanks,

J

[407 byte] By [justinlawlera] at [2007-11-27 8:08:56]
# 1
If you go to a command console and type set %path%, which version is listed in the path first?Make sure that 1.5.0_11 is listed first in the path. You can have multiple version installed; one will just take precedence.
KnightSansAmoura at 2007-7-12 19:51:58 > top of Java-index,Desktop,Deploying...