changing eclipse's java compiler to jdk7 [duplicate]

亡梦爱人 提交于 2019-11-26 16:45:27

问题


I'm trying to upgrade from jre6 and jdk6 to jre7 and jdk7. I program using eclipse, i downloaded and installed the jre7 and jdk7 on: C:\program files\java\ now when I enter eclipse i want to change the used compiler so i go to: window>preferences>java>compiler but there appears only 1.3,1.4,1.5 and 1.6 I've also entered: window>preferences>java>Installed JREs and added the jre7 version. But the compiler I can't change. how do I change my eclipse compiler?


回答1:


You need to upgrade to at least Eclipse Indigo SR1, which has been out for over a month. See also Eclipse announces full Java 7 support.

As evidence, here's a screen from my Indigo SR1 preferences:

And here's an example of executabele code snippet using diamond operator and ARM:




回答2:


You need a newer version of Eclipse. At least 3.7SR1.




回答3:


3.6 Eclipse version is enough. I`m using the same with JDK1.7




回答4:


Go to Window > Preferences >Java > Installed JREs.

Then click Add... and select Standard VM.

You need to specify the directory of your JRE and give it a name.

When you are done, just check the right JRE in the same window.

By default, the checked JRE is added to the build path of newly created Java projects.

(my Eclipse SDK version is 3.7.0)



来源:https://stackoverflow.com/questions/8022233/changing-eclipses-java-compiler-to-jdk7

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!