



Automatic resource management – all resources allocated by JNIWrapper components are released automatically when no longer required. High performance lets JNIWrapper handle any large amount of data involved in interactions between the Java and native code, requiring no performance tuning on developer's part. Minimum behind-the-scene operation, so that developers can always see what is happening when working with the native-side data. You write your code in Java language only, and JNIWrapper does the rest. With JNIWrapper, there is no need for you to create native code libraries to call a function of the operating system API or a function from any dynamic library.
#Video guide for os x download full
JNIWrapper library allows to interface native code while retaining full control of the application on the Java side.
