“SAX 驱动程序无法识别架构功能”的可能原因
我正在尝试执行在其他地方开发的程序,并且看到以下异常:
org.jdom.RuntimeException: http://apache.org/xml/features/validation/schema
feature not recognized for SAX driver org.apache.cimson.parser.XMLReaderImpl
该程序几个月前成功运行,但我的开发平台已重建(显然是不同的配置)。知道为什么这个程序现在抛出上述异常吗?
I am trying to execute a program developed elsewhere, and I see the following exception:
org.jdom.RuntimeException: http://apache.org/xml/features/validation/schema
feature not recognized for SAX driver org.apache.cimson.parser.XMLReaderImpl
This program ran successfully a few months ago, but my development platform was rebuilt (apparently into a different configuration). Any ideas why this program is now throwing the above exception?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是 Xerces 功能(如此处列出)。因此,您需要下载 Xerces 并将其放入类路径中。
This is an Xerces feature (as listed here). Thus, you need to download and put Xerces in the classpath.