Definitions for "JNI"
Keywords:  jvm, native, java, interoperate, invoke
Java Native Interface. A programming interface that allows Java code running in a Java virtual machine to work with functions that are written in other programming languages.
ava Native Interface, more information ...
Java Native Interface. A mechanism for allowing Java programs to invoke native code written for a particular platform.