Hello,
I am new to Lucene and am having a few hicups with indexing the files.
My files to be indexed are in directory "Files"
Following is the error when i try to index.
[root@localhost lucene-3.0.3]# java org.apache.lucene.demo.IndexFiles -docs
/home/student/Desktop/Files/
Exception in thread "main" java.lang.NoClassDefFoundError:
org/apache/lucene/demo/IndexFiles
Caused by: java.lang.ClassNotFoundException:
org.apache.lucene.demo.IndexFiles
at java.net.URLClassLoader$1.run(URLClassLoader.java:217)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
at java.lang.ClassLoader.loadClass(ClassLoader.java:323)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)
at java.lang.ClassLoader.loadClass(ClassLoader.java:268)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:336)
Could not find the main class: org.apache.lucene.demo.IndexFiles. Program
will exit.
What might be the problem.
Awaitng reply,
Regards,
Sameer Rao
--
View this message in context:
http://lucene.472066.n3.nabble.com/Indexing-Problem-tp2854338p2854338.html
Sent from the Lucene - General mailing list archive at Nabble.com.