Does Lucene 1.3 theoretically run on Java 1.2 ? I have tried and got JIT errors when trying to search an index on the harddisk:
----------------------- output from Eclipse Java IDE------------------- A nonfatal internal JIT (3.10.107(x)) error 'chgTarg: Conditional' has occurred in : 'org/apache/lucene/store/FSDirectory.getDirectory (Ljava/io/File;Z)Lorg/apache/lucene/store/FSDirectory;': Interpreting method. Please report this error in detail to http://java.sun.com/cgi-bin/bugreport.cgi Error while indexing and creating initial ContentSelection! java.lang.IllegalMonitorStateException: current thread not owner at org.apache.lucene.store.FSDirectory.<init>(FSDirectory.java:151) at org.apache.lucene.store.FSDirectory.getDirectory(FSDirectory.java:132) at org.apache.lucene.store.FSDirectory.getDirectory(FSDirectory.java:113) at org.apache.lucene.index.IndexWriter.<init>(IndexWriter.java:151) at phd.ir.index.SnowballIndexer.index(SnowballIndexer.java:72) at phd.application.Application.configureSearch(Application.java:163).... ----------------------- end of output from Eclipse Java IDE------------ Would there be a difference (regarding running on Java 1.2) between the different release candidates / final version of 1.3? Kind Regards, Karl -- Lust, ein paar Euro nebenbei zu verdienen? Ohne Kosten, ohne Risiko! Satte Provisionen für GMX Partner: http://www.gmx.net/de/go/partner --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]