win64 上的 Eclipse
有人在 Windows XP 或 Vista 64 位上成功使用最新 64 位 Ganymede 版本的 Eclipse 吗?
目前,我在 32 位 JDK 上运行普通的 Eclipse 3.4 发行版并启动并运行它。 使用 64 位 JDK 编译我的应用程序。 我们之前的经验是 64 位 Eclipse 发行版对我们来说不稳定,所以我很好奇是否有人成功使用它。
我们使用的是 JDK 1.6.0_05。
Is anyone successfully using the latest 64-bit Ganymede release of Eclipse on Windows XP or Vista 64-bit?
Currently I run the normal Eclipse 3.4 distribution on a 32bit JDK and launch & compile my apps with a 64bit JDK. Our previous experience has been that the 64bit Eclipse distro is unstable for us, so I'm curious if anyone is using it successfully.
We are using JDK 1.6.0_05.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我已经在 Vista x64 上成功地使用它来完成一些简单的 Java 工作。 没有涉及太多内容,也没有额外的插件,但基本的 Java 编码一直可以正常工作,没有任何问题。 我正在使用 3.4M7 版本,但它看起来像 3.4 稳定版本 现在支持 Vista x64。
I've been successfully using it on Vista x64 for some light Java work. Nothing too involved and no extra plugins, but basic Java coding has been working without any issues. I'm using the 3.4M7 build but it looks like the 3.4 stable build supports Vista x64 now.
我正在使用带有 64 位 VM 的 Eclipse。 但是我必须使用 Java 1.5,因为使用 Java 1.6,甚至 1.6.0_10ea,Eclipse 在更改 .classpath 文件时会崩溃。 在 Linux 上我遇到了同样的问题,只能让 64 位 Eclipse 与 64 位 Java 1.5 一起工作。
问题似乎出在及时编译上,因为使用 vmparam -Xint eclipse 可以工作——但这不是解决方案,因为它很慢。
编辑:
在 1.6.0_11 中似乎可以工作。
1.6_10 Final 可能会像评论中提到的那样工作,但我还没有测试过。
I'm using Eclipse with a 64bit VM. However I have to use Java 1.5, because with Java 1.6, even 1.6.0_10ea, Eclipse crashed when changing the .classpath-file. On Linux I had the same problems and could only get the 64bit Eclipse to work with 64bit Java 1.5.
The problem seems to be with the just in time compilation, since with vmparam -Xint eclipse works -- but this is not a sollution, because it's slow then.
Edit:
With 1.6.0_11 it seems to work.
1.6_10 final might work as well as mentioned in the comment, but I've not tested that.