RSS Feed

JNI (Java Native Interface)

JNI is the Java Native Interface.

JNI is an interface between Java and applications and libraries written in other languages.

As an example, JNI enables Java programs to use C libraries and also enables C programs to use Java classes.

JNI is distributed as part of the JDK.

 

 

 

 

 

 JNI (Java Native Interface)

Leave a Reply

Post your comments and questions below, but please follow our commenting guidelines.


Path: Home > Programming > Java > JNI (Java Native Interface)