JNIWrapper eliminates difficulties in working with the native code from Java programs using a standard JNI approach. With JNIWrapper, there is no need to create native code libraries to call a function of the operating system API or a function from any dynamic library. You write code in the Java language, and JNIWrapper does the rest. JNIWrapper's advantages are minimum behind-the-scene operation, high performance, and automatic resource management.
Full Specifications
What's new in version 3.8.4
Version 3.8.4 has fixed the issue with finding and loading the native libraries with Java 1.7 on Mac OS X Mountain Lion platform and dded support of Windows 8 platform.