[Xapian-discuss] getESet() in Java binding?

Joachim Martin jmartin at path-works.com
Thu Nov 30 17:44:47 GMT 2006


Hi,

I'm trying to use enquire.getESet() under Java.

I had to add a public no-arg constructor to RSet that calls 
XapianJNI.rset_new().

I'm getting this error:

java.lang.UnsatisfiedLinkError: enquire_get_eset
    at org.xapian.XapianJNI.enquire_get_eset(Native Method)
    at org.xapian.Enquire.getESet(Enquire.java:115)

Can anyone help point me in the right direction?  I assume this method 
is not getting built into the .so, but I don't know how to fix that.

Thanks --Joachim



More information about the Xapian-discuss mailing list