Re: Cant get the Lucene Demo to work
Posted By:
TJ_Tee
Posted On:
Sunday, December 22, 2002 09:30 PM
You need to have the .jar in your classpath.
ie.
SET CLASSPATH=C:jdk1.3.1in;C:lucenelucene-1.2.jar;C:lucenelucene-demos-1.2.jar
You could verified using :
C:/>set classpath
and see that your classpath is there.
Re: Cant get the Lucene Demo to work
Posted By:
Otis_Gospodnetic
Posted On:
Sunday, December 1, 2002 12:01 PM
It looks like the Jar containing that class is not in your CLASSPATH, actually.