Compiling Lucene with GCJ
Programming and Web Development
Lucene
BackgroundLucene is a open-source search library written in Java.GCJ is a Java to native-executable compilter. As shown in a LinuxJournal article, using gcj is similar to using gcc.Versions UsedAs of 1/26/08, the latest version of Lucene is 2.3.0. It needs Jav...