Eclipse 开始崩溃
我已经使用 Eclipse 几个星期了,突然间它开始崩溃并出现以下错误:
An internal error occurred during: "Selection Job titile".
java.lang.StackOverflowError
这是一些其他信息:
- 这是 Eclipse 的最新版本 Helios
- 我已经安装了 subclipse
- 我使用了一点 mylyn
- 我当前的项目是在 SVN 中。
有谁知道如何解决这个问题?
编辑:它现在因各种错误而崩溃,每次都不同
谢谢,
Lemiat
I have been using eclipse for a couple of weeks now, and all of a sudden it has started crashing with this error:
An internal error occurred during: "Selection Job titile".
java.lang.StackOverflowError
Here's some other info:
- It's the most recent build of Eclipse
Helios - I have installed subclipse
- I use mylyn a bit
- My current project is in SVN.
Does anyone know how to fix this?
EDIT: It is now crashing with all sorts of errors, different every time
Thanks,
Lemiant
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
只是把这个提出来,以便我可以将其标记为已回答。就像 Reapth 所说:
命令提示符:
并且已修复。
勒米安特
Just throwing this up so that I can mark it as answered. Like Reapth said:
Command Prompt:
and its fixed.
Lemiant
添加最大堆大小,例如-Xmx348m
添加烫发大小,如-XX:MaxPermSize=256m
add maximum heap size, such as -Xmx348m
add perm size, such as -XX:MaxPermSize=256m