在 Ubuntu 上使用 Eclipse 时出错
我很早以前就使用过 Eclipse,它对我来说非常棒。但是今天,当我尝试关闭 Eclipse 时,Eclipse 出现错误:
尝试保存工作台状态时出现问题。 保存过程中出现问题。 org.apache.xerces.dom.DocumentImpl.getXmlStandalone()Z
现在,我无法创建新的 Java 项目,我单击它,但没有任何反应。 有人可以帮助我吗?
PS:我5天前刚刚安装了Ubuntu 32位的pae内核。我应该安装 Ubuntu 64 位来编程吗?
I use Eclipse long time ago, it's great for me. But today, Eclipse is error when I try to close Eclipse:
Problems occurred while trying to save the state of the workbench.
Problems occurred during save.
org.apache.xerces.dom.DocumentImpl.getXmlStandalone()Z
Now, I can't create new Java Project, I click on it, but nothing happen.
Anybody can help me ?
P.s: I have just installed pae kernel for Ubuntu 32 bit 5 days ago. Should I install Ubuntu 64 bit for programming ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
据我所知,即使最新的 Ubuntu 附带了 GCJ,但运行 eclipse 似乎仍然存在问题(通过在终端中运行 java --version 来检查)。卸载gcj并安装sun-java6-jdk应该可以解决问题。
As far as I know even the latest Ubuntu comes with GCJ which still seems to have trouble with running eclipse (check it by running java --version in a terminal). Uninstalling gcj and installing sun-java6-jdk should solve the problem.