JNI interface
The JavaDriver.jar classes provide a layer to make the JNI interface more object-oriented. Although every effort has been made to provide methods to address all usage scenarios, you might require something different. In these instances, you must write your own code to communicate to the JNI interface. This section applies only to those users who write this low-level code themselves.
The JavaDriver.jar contains the Java source code files as well, which serve as an example of how to use the JNI interface.