Windows 7 64 位上的 Eclipse 问题
我从今天开始在 Windows 7 64 位上使用 Eclipse。所以eclipse还是很原始的,我只是为它安装了android插件。
我有很多内存问题,但在 32 位 Windows XP 上使用更差的计算机时却没有出现这种问题。
有人有同样的经历吗?你做了什么来解决这个内存不足错误?
我在某处读到,建议除了 JRE 64 位之外还安装 32 位版本。这是真的吗?
预先感谢,
穆尔
I'm using since today Eclipse on Windows 7 64bit. So eclipse is still pretty virgin, i just installed android plugin for it.
And I have many memory problems with it, which I didn't have with a worse computer however on 32-bit-Windows XP.
Did anybody make the same experience and what have you done to fix this out of memory errors?!
I read somewhere, that it's recommended to install beside JRE 64bit also the 32bit-version. Could it be true?
Thanks in advance,
Mur
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
尝试使用 eclipse.ini 文件中的以下选项设置更高的堆大小:
这里我将最大堆大小设置为 1024 MB。
eclipse.ini 文件可以在 eclipse 安装目录中找到。
在此处检查其他 VM 选项:
http://www. oracle.com/technetwork/java/javase/tech/vmoptions-jsp-140102.html
Try to set higher Heap size using following options in your eclipse.ini file:
Here I am setting max heap size as 1024 MB.
eclipse.ini file can be found in eclipse installation directory.
check other VM options here :
http://www.oracle.com/technetwork/java/javase/tech/vmoptions-jsp-140102.html
我想,这就是答案:
https://bugs.eclipse.org/ bugs/show_bug.cgi?id=319514
I guess, here is the answer:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=319514
我可以确认这是一个真正的问题,因为 OpenCV 库和 Windows 7 64 位之间存在未知的不兼容性。我不会重复大量解释为什么以及我遇到问题的原因,所以请按照我在这里提出的问题http://answers.opencv.org/question/3996/cannot-do-anything-with-opencv-anymore-on-windows/< /a>
I can confirm that this is a genuine problem due to an unknown incompatibility between OpenCV libraries and Windows 7 64-bit. I am not going to duplicate a huge amount of explanation why and what I am having trouble with so please follow my question raised in here http://answers.opencv.org/question/3996/cannot-do-anything-with-opencv-anymore-on-windows/
如果您运行的是 Windows 8 64 位并且想要运行 Eclipse,请按照以下步骤操作:
在“Eclipse”文件夹中运行 eclipse.exe,它应该会运行。
选择您的 Eclipse 工作区并进行一些编码工作。希望这有帮助!
If you are running Windows 8 64-bit and you want to run Eclipse, follow these steps:
Run eclipse.exe inside the "Eclipse" folder and it should run.
Pick your Eclipse workspace and get some coding working. Hope this helps!