Berkley DB XML 2.4 on Mac OS 10.5
632857Apr 9 2008 — edited Jun 5 2009Hi,
I am evaluating the Berkley DB XML to use in our project. Compiling of the DB XML was successful, but during runtime (instantiating the XmlManager) I got this error message:
Exception in thread "main" java.lang.UnsatisfiedLinkError: /Users/hvtranho/dbxml-2.4.11/install/lib/libdbxml_java-2.4.jnilib:
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1822)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1739)
at java.lang.Runtime.loadLibrary0(Runtime.java:822)
at java.lang.System.loadLibrary(System.java:993)
at com.sleepycat.dbxml.dbxml_javaJNI.<clinit>(dbxml_javaJNI.java:49)
at com.sleepycat.dbxml.XmlManager.<init>(XmlManager.java:56)
...
can you please help?
thanks in advance
hvtranho.