开发者

Solr compiling error in eclipse

开发者 https://www.devze.com 2023-03-19 11:43 出处:网络
I check out solr to eclipse, but got the compilation error: 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

开发者_StackOverflow

Jeff Zhang


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消