JNIWrapper 3.7

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: Minimum behind-the-scene operation; High performance; Automatic resource management.

Image of JNIWrapper