Usage

There are two API levels:

  • The lower API is the JNI interface.
  • The upper API is provided in JavaDriver.jar, referred to hereafter as the Java Driver API. This upper API can optionally be replaced by the user with calls directly to the JNI interface.

Information in this section is based on the Java Driver API. The JNI interface is described in JNI interface.

The JavaDriver.jar contains the source code along with the class files, where you can debug into the source code of this API.