From DCutting@grandcentral.com Tue Oct 9 16:26:02 2001 Return-Path: Mailing-List: contact lucene-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list lucene-user@jakarta.apache.org Received: (qmail 34811 invoked from network); 9 Oct 2001 16:26:02 -0000 Received: from unknown (HELO mta.12.com) (65.198.8.41) by daedalus.apache.org with SMTP; 9 Oct 2001 16:26:02 -0000 Received: (qmail 21566 invoked from network); 9 Oct 2001 16:23:27 -0000 Received: from unknown (HELO riker.grandcentral.com) (10.102.15.55) by mta.12.com with SMTP; 9 Oct 2001 16:23:27 -0000 Received: by mail.grandcentral.com with Internet Mail Service (5.5.2653.19) id <42Y1HLGP>; Tue, 9 Oct 2001 09:15:35 -0700 Message-ID: <4BC270C6AB8AD411AD0B00B0D0493DF0EE7C49@mail.grandcentral.com> From: Doug Cutting To: "'Brook, James'" , "'lucene-user@jakarta.apache.org'" Subject: RE: Does Lucene really work with Java 1.1.8 Date: Tue, 9 Oct 2001 09:15:34 -0700 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N > From: Brook, James [mailto:JBrook@CHELLO.com] > > I am trying to use the 'lucene-1.2-rc1.jar' with a WebObjects 4.5 > application, but having problems. WebObjects uses Java 1.1.8. > I read on the > jGuru Lucene FAQ that Lucene should work with this version of > Java. Is this > correct? It should, but it looks like it doesn't. I have logged a bug against this: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4049 I think this is worth fixing before a 1.2 final release is made. The simplest approach is to turn off file-based locking in JDK 1.1.8. Is that acceptable? > If the latest version of Lucene only works with Java 1.2, can > anyone tell me > if I can get an older version that works with Java 1.1.8? https://sourceforge.net/project/showfiles.php?group_id=3922 Note that that release is still in the com.lucene.* packages. Doug