JNIWrapper is the technology that eliminates difficulties in working with native code from Java(TM) programs using standard JNI (Java Native Interface) approach.
JNIWrapper is the technology that eliminates difficulties in working with native code from Java(TM) programs using standard JNI (Java Native Interface) approach.With JNIWrapper you do not have to create native code libraries to call a function of the operating system API or a function from any dynamic library. You write your code using Java only, and our product does the rest.Main JNIWrapper features are:Invoke any function with any parameters from native code librarySupport for both stdcall and cdecl calling conventionsMany data types including structures, unions and pointersCallbacks with any parameters and stdcall or cdecl calling conventionsSpecially tuned for operations with large amounts of complex native-side dataExtensible architecture allows implementing new data types or customizing existing onesSupport for thread-safe, truly concurrent function invocationCustomizable native library searching mechanismCompletely automatic resource managementCrashes in native functions are converted to Java exceptions