Skip to Main Content

Berkeley DB Family

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How can resolve "no db_java-6.2 in java.library.path" issue?

3667852Apr 5 2018

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

pastedImage_0.png

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.

pastedImage_2.png

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.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 3 2018
Added on Apr 5 2018
0 comments
687 views