I started a project using the Oracle BDB XML java API in a Linux(Ubuntu-eclipse) environment.
I proceeded with the installation as follows:
> cd dbxml-6.1.4
> sh buildall.sh --enable-java
> sh buildall.sh --build-one-berkeleydb
> sh buildall.sh --build-one-dbxml

After that, I imported the jar file into the project as shown in the figure above.
At least there was no problem up to this point.
However, when I run the program after compiling, I get the following error.

I searched Google for "no db_java-6.2 in java.lang.library.path" and tried to solve the problem,
but I have not found a clear solution yet.
Any suggestion are appreciated, so please give me some helpful advice.