How can I change the Java Runtime Version on Windows.
I installed Java 7 for some tests, and now I need the old java6 as system default, but I don\'t want to un
Update your environment variables
Ensure the reference to java/bin is up to date in 'Path'; This may be automatic if you have JAVA_HOME or equivalent set. If JAVA_HOME is set, simply update it to refer to the older JRE installation.