[Xapian-discuss] Java Binding

Olly Betts olly at survex.com
Mon Nov 5 20:17:19 GMT 2007


On Mon, Nov 05, 2007 at 02:10:34PM -0500, Aleph Thomas wrote:
> checking for java... /usr/bin/java
> checking for javac... /usr/bin/javac
> checking for jar... /usr/bin/jar
> checking for jni.h... yes
> checking for Java path separator... test failed
> configure: error: Couldn't compile and run a simple Java program
> 
> Please any can help me I need install for use Xapian from java. I am
> using xapian-bindings-0.9.9, and give me the same error that for
> xapian-bindings-1.0.3

This is the program which configure tries to compile:

public class conftest { public static void main(String[] args) { System.out.println(System.getProperty("path.separator")); } }

Any output from the failed compilation will be in config.log.  If you
can't figure it out, open a bug report and attach config.log (please
don't send it to the list - it's rather large).

Cheers,
    Olly



More information about the Xapian-discuss mailing list