-
JNI Types and Data Structures
Attempting to continue from experiments begun here. JNI Types and Data Structures
-
Using Native Data Structures in JNI
Write Efficient Java Apps Using Native Data Structures with JNI
-
Linking a static library to Java using JNI
Beginning JNI Linux tutorial for Netbeans Once I had accomplished the above with complete success, I extended the experiment by linking my static library (.a) to the dynamic library, and calling the static library function from the dynamic library function. My HelloWorldNative.h:/* DO NOT EDIT THIS FILE – it is machine generated */#include <jni.h>/* Header…