native library problem
I am trying to get a berkeley xml database working in java and i get an error when i try to run their sample programs. I am trying this in linux right now with problems. I got it to work in windows.
I used this command to set the native library path:
export LD_LIBRARY_PATH=/home/test/Desktop/dbxml-2.3.10/install/lib/
When i run the sample program i get this error:
Exception in thread "main" java.lang.UnsatisfiedLinkError: /home/test/Desktop/dbxml-2.3.10/install/lib/libdb_java-4.5.so: /home/test/Desktop/dbxml-2.3.10/install/lib/libdb_java-4.5.so: cannot open shared object file: No such file or directory

