.: Dynamic Library
xFunction for Mac OS X 2.16
The xFunction library is the universal solution for integration of Java code with code written in other languages, superior in many aspects to Java Native Interface (JNI). With xFunction, you no longer need to implement those ugly native methods. Instead, you extend and instantiate xFunction classes to create conventional Java objects representing external functions, data structures, pointers, and callbacks.
java, jni, native method, dll, shared library, dynamic library, external function, code reuse,
JNIWrapper 3.4
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.
jni, wrap, wrapper, jniwrapper, java, native, c, c++, win32, windows,