Thank you I don't know how I missed that, but I really appreciate your help!!
--
View this message in context:
http://lucene.472066.n3.nabble.com/lucene-classpath-tp4243489p4243600.html
Sent from the Lucene - Java Users mailing list archive at Nabble.com.
--
rom: jerrittpace [mailto:jerrittp...@yahoo.ie]
> Sent: Friday, December 04, 2015 4:29 PM
> To: java-user@lucene.apache.org
> Subject: Re: lucene classpath
>
> I have set the CLASSPATH, as such:
>
> C:\Users\User5>echo %CLASSPATH%
> C:\Users\User5\Documents\lucene\lucene-5.3.1\core
I have set the CLASSPATH, as such:
C:\Users\User5>echo %CLASSPATH%
C:\Users\User5\Documents\lucene\lucene-5.3.1\core\lucene-core-5.3.1.jar;C:\Users
\User5\Documents\lucene\lucene-5.3.1\queryparser\lucene-queryparser-5.3.1.jar;C:
\Users\User5\Documents\lucene\lucene-5.3.1\demo\lucene-demo-5.3.1.jar
Hi,
you are using a very old version of the demo tutorial (for version 2.9.4) with
newer versions of the class files. The Demo Module in 5.3.1 was restructured,
so you need many more JAR files on classpath. See the documentation of 5.3.1:
http://lucene.apache.org/core/5_3_1/demo/index.html
In a
Hi,
May be windows path separator messing things.
Can you try to copy jars to current working directory and re-try
java -classpath lucene-demo-5.3.1.jar;lucene-core-5.3.1.jar
Ahmet
On Thursday, December 3, 2015 11:57 PM, jerrittpace
wrote:
I am trying to set the classpath for the lucene jars