RE: Could not find implementing class

2011-01-25 Thread Alex vB
Hello Uwe, I recompiled some classes manually in Lucene sources. No it's running fine! Something went wrong there. Thank you very much! Best regards Alex -- View this message in context: http://lucene.472066.n3.nabble.com/Could-not-find-implementing-class-tp2330598p2332141.html Sent from the

RE: Could not find implementing class

2011-01-25 Thread Uwe Schindler
o: java-user@lucene.apache.org > Subject: Re: Could not find implementing class > > > Hello Alexander, > > isn't it enough to add the classpath through -cp? If I don't use -cp I can't > compile my project. I thought after compiling without errors all sources

Re: Could not find implementing class

2011-01-25 Thread Alex vB
Hello Alexander, isn't it enough to add the classpath through -cp? If I don't use -cp I can't compile my project. I thought after compiling without errors all sources are correctly added. In Eclipse I added Lucene sources the same way(which works) and I also tried using the jar file. Therefore I

Re: Could not find implementing class

2011-01-25 Thread Alexander Aristov
Set correct classpath. you may want to compare which libraries eclipse includes in classpath. Best Regards Alexander Aristov On 25 January 2011 18:12, Alex vB wrote: > > Hello everybody, > > I used a small indexing example from "Lucene in Action" and can run and > compile the program under ec