简体   繁体   English

不同的Java开发人员和程序版本?

[英]Different Java developer and program versions?

I've installed JDK7 java version and selected version 7 as the JVM in Eclipse. 我在Eclipse中安装了JDK7 java版本和选定版本7作为JVM。 The version of compiler remains being 1.6 and it doesn't shows a greater version. 编译器的版本仍然是1.6,并没有显示更大的版本。 Is it correct? 这是正确的吗? Thanks 谢谢

Current version of Eclipse (3.7) does not support compiling Java 7 sources yet. 当前版本的Eclipse(3.7)尚不支持编译Java 7源代码。 The support is coming in 3.7.1 update soon. 很快就会有3.7.1更新支持。 You can run your application with Java 7 JRE, but there is no support for compilation at the moment. 您可以使用Java 7 JRE 运行应用程序,但目前不支持编译。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM