That is not a jar for your (eclipse) compiler but for tomcat. You should have that jar available in tomcat or (better) in lib folder of your solr.home
Eclipse doesn't need to rcognise that On 21 Dec 2013 21:15, "sweety" <sweetyshind...@yahoo.com> wrote: > I have added that jar,in the build path. > but the same error,i get. > Why is eclipse not recognising that jar?? > > Logs also show this, > Caused by: java.lang.NoClassDefFoundError: > org/apache/xml/serialize/BaseMarkupSerializer > at > > org.apache.solr.handler.extraction.ExtractingRequestHandler.newLoader(ExtractingRequestHandler.java:117) > at > > org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:63) > at > > org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:135) > at org.apache.solr.core.SolrCore.execute(SolrCore.java:1797) > at > > org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:637) > at > > org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:343) > ... 16 more > Caused by: java.lang.ClassNotFoundException: > org.apache.xml.serialize.BaseMarkupSerializer > at > > org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1688) > at > > org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1533) > ... 22 more > > > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/indexing-docx-using-solrj-tp4107737p4107746.html > Sent from the Solr - User mailing list archive at Nabble.com. >