Quick Links
:
Java Native Interface (JNI)
Java
Native Interface (JNI)
A standard protocol that supports interaction between C or C++ applications and Java applications. Using JNI supports use of Java classes, exceptions, methods, and objects by C or C++ applications.
Related terms
application
,
class
,
Java
,
method
,
object
,
protocol