JNI

From ENIGMA
Revision as of 16:01, 28 February 2012 by IsmAvatar (talk | contribs) (Updated link to Plugin. Removed link to LGM/ENIGMA to avoid link jumble. They can be found on the Plugin page.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

JNI is a built-in Java library designed to interface with native applications. This requires that the program with which you wish to interface be compiled against a special library to enable Java to make use of it. As this is not always convenient, LateralGM's ENIGMA Plugin instead uses JNA, a wrapper to JNI without this requirement.