You're probably right.. the JVM I have installed is JDK 1.3.0 !
Thanks !
-Mensagem original-
De: Bruce Ritchie [mailto:[EMAIL PROTECTED]
Enviada em: sexta-feira, 4 de julho de 2003 12:31
Para: Lucene Users List
Assunto: Re: Lucene 1.3rc1 on Java 1.3
Flavio Eduardo de Cordova
Flavio Eduardo de Cordova wrote:
I have a class that searchs for some documents in an existing index
(see the code below). It works fine when I run it on a 1.4 JVM but it throws
a NullPointerException (or crashes the JVM, in another computer) when I run
it on a 1.3 JVM.
I'm using Lu
People..
I have a class that searchs for some documents in an existing index
(see the code below). It works fine when I run it on a 1.4 JVM but it throws
a NullPointerException (or crashes the JVM, in another computer) when I run
it on a 1.3 JVM.
I'm using Lucene 1.3rc1 and the exc