使用java 8运行runnable jar时的org.xml.sax.saxNotRecognitizedException

使用java 8运行runnable jar时的org.xml.sax.saxNotRecognitizedException,java,unmarshalling,saxparseexception,Java,Unmarshalling,Saxparseexception,我将我的项目导出为可运行jar,并在Java8环境中执行。但是我越来越 org.xml.sax.SAXNotRecognizedException: http://javax.xml.XMLConstants/feature/sec ure-processing at org.apache.xerces.parsers.AbstractSAXParser.setFeature(Unknown Source ) at org.apache.xerces.jaxp.S

我将我的项目导出为可运行jar,并在Java8环境中执行。但是我越来越

org.xml.sax.SAXNotRecognizedException: http://javax.xml.XMLConstants/feature/sec
ure-processing
        at org.apache.xerces.parsers.AbstractSAXParser.setFeature(Unknown Source
)
        at org.apache.xerces.jaxp.SAXParserImpl.setFeatures(Unknown Source)
        at org.apache.xerces.jaxp.SAXParserImpl.<init>(Unknown Source)
        at org.apache.xerces.jaxp.SAXParserFactoryImpl.newSAXParserImpl(Unknown
Source)

请提供解决方案?

如果XML或HTML中出现错误,则会出现以下错误:

The string "--" is not permitted within comments.
HTML注释以
开头,不包含
”--“
注释中的任何位置

有关详细信息,请浏览此URL()

The string "--" is not permitted within comments.