2

我正在使用基于 Eclipse 3.x 构建的 WID 6.1。

尝试右键单击文件夹时,新建->类,键入类的名称,然后单击完成,我收到错误

“创建元素失败。org.xml.sax.SAXParseException:文件过早结束。”

昨天发生这种情况时,我重新创建了我的工作区,但现在又发生了。重新安装 WID 需要两三个小时的任务,所以我更愿意解决实际问题。

建议?

编辑:第二次重新启动 WID 后,我现在收到“初始化 Java 工具时出错。”,这我收到的原始错误消息更容易搜索。

编辑:查看 WID/Eclipse 日志,有一个异常,但它没有告诉我哪个项目或哪个文件。

Caused by: org.xml.sax.SAXParseException: Premature end of file.
    at org.apache.xerces.util.ErrorHandlerWrapper.createSAXParseException(Unknown Source)
    at org.apache.xerces.util.ErrorHandlerWrapper.fatalError(Unknown Source)
    at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source)
    at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source)
    at org.apache.xerces.impl.XMLVersionDetector.determineDocVersion(Unknown Source)
    at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
    at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
    at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
    at org.apache.xerces.parsers.DOMParser.parse(Unknown Source)
    at org.apache.xerces.jaxp.DocumentBuilderImpl.parse(Unknown Source)
    at javax.xml.parsers.DocumentBuilder.parse(Unknown Source)
    at org.eclipse.wst.common.internal.emf.utilities.DOMUtilities.loadDocument(Unknown Source)
    ... 21 more
4

1 回答 1

3

单击窗口、显示视图、错误日志。

从工作区中删除所有项目。

将项目一一重新加载到工作区,查看错误日志。

对于导致加载错误的项目,进入他们的 .settings 文件夹并看到那里的文件是空的和/或 0 字节。删除所有这些,它再次工作。

于 2010-01-15T16:40:04.947 回答