Using the CCA JNIEdit online You can use the Java™ native interface (JNI) to work with the CCA. Calling the CCA JNI using the Java package infrastructureStarting with CCA 5.0, there is only one method for calling the CCA JNI. Deprecated methods are no longer available, and therefore documented only in prior editions of this publication.Entry points and data types used in the JNIThe Java entry points of CCA verbs are similar to the C entry points, except that a letter J is appended to the entry point name. JNI sample modules and sample codeTo illustrate the two JNI access methods and also how to use the CCA JNI to call CCA verbs, sample modules are provided.Preparing your Java environmentBefore you can compile and run Java applications that use the CCA Java Native Interface (JNI), you must install a Java version that is supported by your distribution. Building Java applications using the CCA JNICall the CCA JNI using the Java package infrastructure. Parent topic: How to compile and link CCA application programs