Java library for interfacing to external functions written in any programming language. Surpasses JNI in ease of use and other aspects. Ideal solution for reuse of legacy code and non-Java third party libraries. 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,
external function,
code reuse,
|
JNIWrapper eliminates difficulties in working with native code from Java programs using a standard JNI approach. With JNIWrapper, there is no need to create native libraries to call a function of the operating system API or a function from a library. 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,
|
|
|