Re: Using Lucene in tomcat:java.lang.NoSuchMethodError

2012-09-10 Thread neosky
Oh, I found the problem and it is still the old version causing the problem. But it is not because of the lucene-core jar, but other jar contains some of the lucene core function. The link is helpful http://lucene.472066.n3.nabble.com/problem-with-the-lucene-and-tomcat-server-td2508060.html export

Using Lucene in tomcat:java.lang.NoSuchMethodError

2012-09-10 Thread neosky
I want to use the Lucene to implement a Servlet in Tomcat environment. lucene-core-3.5.0.jar is in the webapp/WEB-INF/lib/ However I still got the error as following: Java.lang.NoSuchMethodError: org.apache.lucene.store.FSDirectory.open(Ljava/io/File;)Lorg/apache/lucene/store/FSDirectory; After I s