Re: setting up lucene for use on mac OSX

2011-10-26 Thread Mead Lai
Daniel, this is the super cmd line, copy all the jars in the current dir. javac -Djava.ext.dirs=.; *.java Another way is using a IDE, as Eclipse. Regards, Mead On Tue, Oct 25, 2011 at 4:30 PM, janwen wrote: > hi: > In my lucene search project(b/s),i search the indexdir,get the > results.but

Re: setting up lucene for use on mac OSX

2011-10-25 Thread janwen
What classes miss? check you jre settings. 2011-10-25 janwen | China website : http://www.qianpin.com/ From:Daniel Quach Date:2011-10-25 12:09 Subject:setting up lucene for use on mac OSX To:java-user Cc: Hi all, I am unable to get the lucene demo to run on my macbook pro. I downloade

setting up lucene for use on mac OSX

2011-10-24 Thread Daniel Quach
Hi all, I am unable to get the lucene demo to run on my macbook pro. I downloaded the jars into my home directory and then I set the CLASSPATH variable to point to them. However, once I run the example command for the lucene demo, it still complains to me about the missing class. Is there som