> ... > Now, what about the NPE that Ken Munro cited (included below)? I'm > encountering this too: > > dpg% cd $TOMCAT_HOME/webapps/ > dpg% java -verbose org.apache.lucene.demo.IndexHTML -create -index > /opt/lucene/index > ... > [Loaded java.io.RandomAccessFile from /usr/local/j2sdk1_3_1_02/jre/lib/rt.jar] > caught a class java.lang.NullPointerException > with message: null
Looks like you need to include a file or directory name on the command line as the last argument: e.g. $ java ...IndexHTML -create -index /where/ever somefile.html -- Ian. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
