Skip to content

Java native interface (jni)

seanws edited this page Aug 14, 2012 · 1 revision

The Java Native Interface (JNI) is a programming framework that enables Java code running in a Java Virtual Machine (JVM) to call, and in Diver's case to be called by native applications and information about methods being executed can be retrieved which Diver uses to trace the applications being run.

Clone this wiki locally