eclipse windowbuilder pro - 不兼容的java版本

发布于 2024-11-25 21:07:40 字数 409 浏览 2 评论 0原文

每当我单击设计视图时,我都会收到此错误消息......

不兼容的 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

古镇旧梦 2024-12-02 21:07:40

考虑在 eclipse.ini 中使用 -vm 参数。

-vm
/path/to/jdk/bin

然后清理您的 Eclipse 工作区;)

有关 -vm 选项的其他信息可以在 这里

注意 -vm 选项的格式 - 准确非常重要:

  • -vm 选项及其值(路径)必须位于不同的行上。
  • 该值必须是 Java 可执行文件的完整绝对或相对路径,而不仅仅是 Java 主目录。
  • -vm 选项必须出现在 -vmargs 选项之前,因为 -vmargs 之后的所有内容都会直接传递到 JVM。

Consider using -vm parameter to eclipse.ini.

-vm
/path/to/jdk/bin

And then cleaning your eclipse workspace ;)

Additional information about -vm option can be found here.

Note the format of the -vm option - it is important to be exact:

  • The -vm option and its value (the path) must be on separate lines.
  • The value must be the full absolute or relative path to the Java executable, not just to the Java home directory.
  • The -vm option must occur before the -vmargs option, since everything after -vmargs is passed directly to the JVM.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文