“SAX 驱动程序无法识别架构功能”的可能原因

发布于 2024-08-21 03:38:19 字数 275 浏览 5 评论 0原文

我正在尝试执行在其他地方开发的程序,并且看到以下异常:

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

千仐 2024-08-28 03:38:19

这是 Xerces 功能(如此处列出)。因此,您需要下载 Xerces 并将其放入类路径中。

This is an Xerces feature (as listed here). Thus, you need to download and put Xerces in the classpath.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文