eclipse中solr编译错误
我检查 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
javax.xml.parsers.DocumentBuilderFactory.class
包含在 JRE 1.6 和 xml-apis-1.0.b2.jar 中。
jar 中的版本来自旧版本。删除对 jar 的依赖,看看会发生什么。
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.