What is JNI?
Created May 4, 2012
John Zukowski JNI stands for Java Native Interface. It is the way to integrate your Java programs with legacy C/C++ code, including the ability to embed a JVM within your native applications.
Created May 4, 2012