Problem Getting Started...

2005-12-26 Thread Federico Carbonetti
Hello! I'm new in the ML and in the Lucene world in general... :) I re-installed JDK after a very long period in order to start using Lucene but I had problems after few minutes I finished installing Java and Lucene. I installed: JDK 1.5.0_06 Lucene 1.4.3 I've set the environment variables as fol

Re: Problem Getting Started...

2005-12-26 Thread Erik Hatcher
On Dec 26, 2005, at 6:31 PM, Federico Carbonetti wrote: I'm new in the ML and in the Lucene world in general... :) ML? I then tried to follow the instructions found at http://lucene.apache.org/java/docs/demo.html so I opened a command prompt and typed: "java org.apache.lucene.demo.IndexFiles

Re: Problem Getting Started...

2005-12-27 Thread Federico Carbonetti
hello erik and hello everybody! 2005/12/27, Erik Hatcher <[EMAIL PROTECTED]>: > > On Dec 26, 2005, at 6:31 PM, Federico Carbonetti wrote: > > I'm new in the ML and in the Lucene world in general... :) > > ML? > Mailing List! ehehe! :) this morning i changed some settings for the PATH variabile,

Re: Problem Getting Started...

2005-12-27 Thread Erik Hatcher
Are you running the Sun JVM? Or some other JVM? Erik On Dec 27, 2005, at 10:25 AM, Federico Carbonetti wrote: hello erik and hello everybody! 2005/12/27, Erik Hatcher <[EMAIL PROTECTED]>: On Dec 26, 2005, at 6:31 PM, Federico Carbonetti wrote: I'm new in the ML and in the Lucene

Re: Problem Getting Started...

2005-12-27 Thread Gaston
Hi, I had the same problem at the beginning. Try java -classpath lucene-1.4-final.jar; lucene-demos-1.4-final.jar; org.apache.lucene.demo.IndexHTML -create -index webindex docs If this fails go in the org/apache/lucene/demo directory and compile IndexHTML.java with the command javac -classp