How install multiple JDK on Windows?

前端 未结 5 2174
抹茶落季
抹茶落季 2020-12-14 02:41

I want to install JDK 1.5 and 1.6 on XP, is it possible? how to do it

Also, I am using Eclipse how to setup using different JDK for different projects?

thank

5条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-14 03:16

    You may install different JDKs easily: just specify different folders.

    You can setup the installed JDKs in Eclipse Window/Preferences/Installed JREs

    You can pick the JDK and Java version for every single project in Project/Properties/Java Compiler

提交回复
热议问题