eclipse windowbuilder pro - 不兼容的java版本
每当我单击设计视图时,我都会收到此错误消息......
不兼容的 Java 版本
Eclipse 运行在 1.5 下,但是这个 Java 项目有 1.6 Java 合规级别,因此 WindowBuilder 将无法加载类 从这个项目。对项目使用较低级别的 Java,或运行 使用较新 Java 版本的 Eclipse。
我正在运行全新安装的 Indigo 3.7 Eclipse Classic,其中包含一些额外的插件,并从 3.7 url 安装了 WindowBuilder Pro。
我还有 jre6 和 jdk1.6.0_21,这是我通过 javaEE 获得的,并且 GlassFish 也是全新安装的。
这里发生了什么事,我可以修复它吗?
Whenever I click on the design view I get this error message...
Incompatible Java Versions
Eclipse is running under 1.5, but this Java project has a 1.6 Java
compliance level, so WindowBuilder will not be able to load classes
from this project. Use a lower level of Java for the project, or run
Eclipse using a newer Java version.
I am running a fresh install of Indigo 3.7 Eclipse Classic with a few extra plugins, and installed WindowBuilder Pro from the 3.7 url.
I also have jre6 and jdk1.6.0_21 which I got in with javaEE and GlassFish also fresh installs.
What's happening here and can I fix it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
考虑在 eclipse.ini 中使用 -vm 参数。
然后清理您的 Eclipse 工作区;)
有关
-vm
选项的其他信息可以在 这里。Consider using -vm parameter to eclipse.ini.
And then cleaning your eclipse workspace ;)
Additional information about
-vm
option can be found here.