Re: Lucene implmentation question

2007-09-19 Thread Zach Bailey
.ClassLoader.loadClass(libgcj.so.8rh) at java.lang.ClassLoader.loadClass(libgcj.so.8rh) at gnu.java.lang.MainThread.run(libgcj.so.8rh) It sounds like it can't find my Lucene class, but even when i manually point the classpath to the lib folder, i get the error. -- View this message in context: htt

Re: Lucene implmentation question

2007-09-19 Thread warnockm
rent=null}} >>at java.net.URLClassLoader.findClass(libgcj.so.8rh) >>at gnu.gcj.runtime.SystemClassLoader.findClass(libgcj.so.8rh) >>at java.lang.ClassLoader.loadClass(libgcj.so.8rh) >>at java.lang.ClassLoader.loadClass(libgcj.so.8rh) >>at gnu.java.lang

Re: Lucene implmentation question

2007-09-19 Thread Raymond Kroeker
Class(libgcj.so.8rh) >at java.lang.ClassLoader.loadClass(libgcj.so.8rh) >at java.lang.ClassLoader.loadClass(libgcj.so.8rh) >at gnu.java.lang.MainThread.run(libgcj.so.8rh) > > It sounds like it can't find my Lucene class, but even when i manually > point >

Re: Lucene implmentation question

2007-09-19 Thread Zach Bailey
Also note it appears IndexFiles should be in a Lucene "demo" JAR, so make sure you have that and specify it on your classpath in addition to the regular Lucene JAR. Sorry for the confusion. -Zach Zach Bailey wrote: My next recommendation would be to manually specify the classpath by using th

Re: Lucene implmentation question

2007-09-19 Thread Zach Bailey
My next recommendation would be to manually specify the classpath by using the -cp or -classpath arguments, for example: /usr/java/default/bin/java -cp /usr/java/default/lib/lucene.jar org.apache.lucene.demo.IndexFiles /opt/lucene/src/ By the way, you are aware that IndexFiles is not included

Re: Lucene implmentation question

2007-09-19 Thread warnockm
t;> the classpath to the lib folder, i get the error. > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/Lucene-implmentation-question-tf4481645.html#a1278 Sent from the Lucene - Java Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Lucene implmentation question

2007-09-19 Thread Zach Bailey
Are you aware you're using GCJ and not the Sun JVM/JDK? Your initial paragraph seems to imply you think you are using a Sun product, but your stack trace shows otherwise. Perhaps that has something to do with it - you're not actually running the "java" you think you are? -Zach warnockm wrote:

Lucene implmentation question

2007-09-19 Thread warnockm
p://www.nabble.com/Lucene-implmentation-question-tf4481645.html#a12779646 Sent from the Lucene - Java Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]