Posted By:
Anonymous
Posted On:
Monday, September 27, 2004 08:56 PM
Hi all,
I am having a problem to run the lucene ver-1.4 in my computer.I've compile all the files but when i run it using the dos command throws some error saying that "Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/lucene/demo/IndexFiles" Can anyone tell what happen.I can't even create the indexes when i type the following command "java org.apache.lucene.demo.IndexFiles /src"
I even set the classpath for the two jar files but it just didn't work.