Re: Problem in Running Lucene Demo

2007-11-19 Thread Doron Cohen
Try "java -verbose" to see more info on class loading. Also try "java -classpath=yourClassPath" from command line. Note that separators in the classpath may differ between operating systems - e.g. ";" in Windows but ":" in Linux... Doron Liaqat Ali <[EMAIL PROTECTED]> wrote on 19/11/2007 15:43:30

Problem in Running Lucene Demo

2007-11-19 Thread Liaqat Ali
Hi All, I m new to Lucene. I m facing problem while running the Lucene Demo to index lucene src code. I download the 2.1.0 version of Lucene and extracted it binary to C:\lucene-2.1.0. I also set up the CLASSPATH to Lucene-Core and Lucene Demo Jar files. But when i execute the following co