Java 7 64 bit on windows 7: how to switch java versions

后端 未结 4 1763
悲哀的现实
悲哀的现实 2021-01-03 23:05

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

4条回答
  •  半阙折子戏
    2021-01-03 23:43

    You need to switch the path environment variable too, to point before to the JRE bin directory. Also, I think modern versions of java place a copy of "java.exe" in the system32 directory of Windows, you'll need to remove them (or rename them, if you want to keep them as backups).

提交回复
热议问题