I need to switch from the installed java 7 at 64bit to the installed java 6 on my Windows 7 64bit OS but the usual procedure doesn\'t works. I tried to change the JAVA_HOME
Windows relies on PATH environment variable and not JAVA_HOME to lookup executables including the Java application launcher java.exe. While the JAVA_HOME environment variable may be used in the PATH environment variable, it need not be the case, so you must modify the PATH environment variable to use JAVA_HOME or the new Java 6 installation home.