Re: correct classpath

2006-08-23 Thread Erik Hatcher
On Aug 22, 2006, at 6:23 PM, Mag Gam wrote: Hi All, I am getting into Java + Lucene. To compile a Lucene program CreateIndex.java public class CreateIndex { // usage: CreateIndex index-directory public static void main(String[] args) throws Exception { String indexPath = args[0]; Inde

correct classpath

2006-08-22 Thread Mag Gam
Hi All, I am getting into Java + Lucene. To compile a Lucene program CreateIndex.java public class CreateIndex { // usage: CreateIndex index-directory public static void main(String[] args) throws Exception { String indexPath = args[0]; IndexWriter writer; // An index is created by o