June 2001
Intermediate to advanced
688 pages
19h 18m
English

Building the Berkeley DB java classes, the examples and the native support library is integrated into the normal build process. See—enable-java and “Building for Win32” for more information.
We expect that you already installed the Java JDK or equivalent on your system. For the sake of discussion, we assume that it is in a directory called db-VERSION; for example, you extracted Berkeley DB version 2.3.12, and you did not change the top-level directory name. The files related to Java are in two subdirectories of db-VERSION: java (the java source files) and libdb_java (the C++ files that provide the “glue” between java and ...