How can I change the Java Runtime Version on Windows (7)?

后端 未结 8 732
后悔当初
后悔当初 2020-12-07 10:02

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

8条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-07 10:36

    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.

提交回复
热议问题