我正在使用基于 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