search for: xapianjni

Displaying 4 results from an estimated 4 matches for "xapianjni".

Did you mean: xapian_jni
2012 Oct 02
1
Exception in thread "main" java.lang.UnsatisfiedLinkError: no xapian_jni in java.library.path
...get this exception Exception in thread "main" java.lang.UnsatisfiedLinkError: no xapian_jni in java.library.path at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1681) at java.lang.Runtime.loadLibrary0(Runtime.java:840) at java.lang.System.loadLibrary(System.java:1047) at org.xapian.XapianJNI.<clinit>(XapianJNI.java:44) at org.xapian.WritableDatabase.<init>(WritableDatabase.java:42) at SimpleIndex.main(SimpleIndex.java:41) Where do i need to copy the .so file and i am using openjdk. regards, Naveen.A.N -------------- next part -------------- An HTML attachment was scrubbed...
2007 Feb 04
1
Java Bindings on a Mac
...n thread "main" java.lang.UnsatisfiedLinkError: no xapian_jni in java.library.path at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1682) at java.lang.Runtime.loadLibrary0(Runtime.java:822) at java.lang.System.loadLibrary(System.java:992) at org.xapian.XapianJNI.<clinit>(XapianJNI.java:44) at org.xapian.WritableDatabase.<init>(WritableDatabase.java:42) at org.xapian.examples.SimpleIndex.main(SimpleIndex.java:44) It did not make any difference when I set LD_LIBRARY_PATH to the absolute "built" path either. I got the s...
2004 May 11
2
"Error reading block xxx: got end of file"
Xapian (0.7.5) is spitting out this error on a regular basis: org.xapian.errors.DatabaseError: Error reading block 136618: got end of=20= file =A0=A0=A0=A0=A0=A0=A0 at=20 org.xapian.XapianJNI.writabledatabase_repalce_document(Native Method) =A0=A0=A0=A0=A0=A0=A0 at=20 org.xapian.WritableDatabase.replaceDocument(WritableDatabase.java:67) I don't have a gdb backtrace, only the Java stacktrace. :( What would cause this "got end of file" error? The system on which=20 thi...
2012 Oct 04
0
Xapian-devel Digest, Vol 90, Issue 1
...tion in thread "main" java.lang.UnsatisfiedLinkError: no xapian_jni in > java.library.path > at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1681) > at java.lang.Runtime.loadLibrary0(Runtime.java:840) > at java.lang.System.loadLibrary(System.java:1047) > at org.xapian.XapianJNI.<clinit>(XapianJNI.java:44) > at org.xapian.WritableDatabase.<init>(WritableDatabase.java:42) > at SimpleIndex.main(SimpleIndex.java:41) > > Where do i need to copy the .so file and i am using openjdk. > > regards, > Naveen.A.N > -------------- next part --------...