eclipse中solr编译错误

发布于 2024-11-19 03:45:43 字数 164 浏览 3 评论 0原文

我检查 solr 到 eclipse,但出现编译错误:

The method setXIncludeAware(boolean) is undefined for the type DocumentBuilderFactory

有谁知道出了什么问题吗?谢谢

张杰夫

I check out solr to eclipse, but got the compilation error:

The method setXIncludeAware(boolean) is undefined for the type DocumentBuilderFactory

Does anyone know what's wrong ? Thanks

Jeff Zhang

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

我不会写诗 2024-11-26 03:45:43

javax.xml.parsers.DocumentBuilderFactory.class

包含在 JRE 1.6 和 xml-apis-1.0.b2.jar 中。

jar 中的版本来自旧版本。删除对 j​​ar 的依赖,看看会发生什么。

javax.xml.parsers.DocumentBuilderFactory.class

is included in JRE 1.6 and also in xml-apis-1.0.b2.jar.

The version in the jar is from an older version. Remove the dependency on the jar and see what happens.

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