java.lang.UnsatisfiedLinkError on Mac OS X with 2.4.16
677338Dec 26 2008 — edited Jun 1 2009Hello,
I've downloaded the latest version of DBXML (2.4.16) and built with the following options:
"buildall.sh --enable-java –b 64"
I can run the command line utility (dbxml) fine. However, when I try to connect with my java app through the DB API, I get the following error:
"Exception in thread "main" java.lang.UnsatisfiedLinkError: /Applications/dbxml-2.4.16/install/lib/libdb_java-4.6.jnilib:"
I have searched for that specific error but have come up empty.
DYLD_LIBRARY_PATH is set to "/Applications/dbxml-2.4.16/install/lib".
I am running Mac OS X 10.5.6 with java -version:
java version "1.6.0_07"
Java(TM) SE Runtime Environment (build 1.6.0_07-b06-153)
Java HotSpot(TM) 64-Bit Server VM (build 1.6.0_07-b06-57, mixed mode)
I used to run DBXML 2.3.10 fine on a mac (different mac - years ago) but would really like to upgrade to the latest. Any help is greatly appreciated.
Cheers,
Alex