How install multiple JDK on Windows?

前端 未结 5 2177
抹茶落季
抹茶落季 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:26

    Why? There is an option (can't remember where exactly - right-click on your project) that allows you to set the target JDK level. I use this when developing GWT applications.

提交回复
热议问题