为什么我的 Eclipse 总是崩溃?
我不得不承认,这是个愚蠢的问题——希望它不会让我损失太多分。
明确地说:如果您能帮助我找到崩溃的原因,我也会很高兴。我不期望得到准确的答案。
但是,我不明白为什么我的 Eclipse 总是崩溃(冻结)。主要是当我保存文件时。
由于某种原因,最近崩溃似乎有所增加...
我使用 Eclipse Helios(版本:3.6.1)
和 Java 版本 1.6.0_20
(OpenJDK 运行时环境(IcedTea6 1.9) .2) (6b20-1.9.2-0ubuntu2) OpenJDK 64 位服务器 VM(内部版本 19.0-b09,混合模式))在 Ubuntu 10.10(64 位)上。
谢谢你!
Somehow stupid question, I have to admit - hope it won't cost me too many points.
To make it clear: I would also be happy if you can help me find the reason for the crashes. I wouldn't expect a precise answer.
However, I don't see why my Eclipse is crashing (freezing) all the time. Mostly when I save a file.
For some reason, crashes seem to increase lately...
I use Eclipse Helios (Version: 3.6.1)
and Java version 1.6.0_20
(OpenJDK Runtime Environment (IcedTea6 1.9.2) (6b20-1.9.2-0ubuntu2) OpenJDK 64-Bit Server VM (build 19.0-b09, mixed mode)) on Ubuntu 10.10 (64-Bit).
Thank you!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
尝试从
合作伙伴
存储库安装sun-java6-jdk
。Try installing
sun-java6-jdk
from thepartner
repository.您使用的 Firefox 版本是什么?问题可能出在 xulrunner 中。 Firefox 4 使用 xulrunner 2.0,但 eclipse 3.6 与其不兼容。了解更多此处
What version of Firefox you are using? The problem may be in xulrunner. Firefox 4 uses xulrunner 2.0, but eclipse 3.6 aren't compatible with it. Read more here
我在使用开放的 jdk 运行 eclipe 时也遇到了问题,您可以尝试安装 sun/oracle 的 jdk 并使用它运行 eclipse
i also have had problems running eclipe with the open jdk, you can try to install sun's/oracle's jdk and run eclipse with it
您是否尝试过使用 sun-jdk 来运行 Eclipse 并看看是否有帮助?
Have you tried using the sun-jdk instead to run Eclipse and see if that helps?