JNIWrapper
Home PageCategories: Interoperability
Author: TeamDev
Latest version: 3.2
Added 2005-04-11Updated 2006-06-19
Software development kit for working with native code from Java programs without using JNI.
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. You write your code using Java only.
Main features:
- Invoke any function with any parameters from native code library
- Integrate COM/ActiveX objects and control their properties as pure Java objects
- Support for both stdcall and cdecl calling conventions
- Support for many data types including structures, unions and pointers
- Callbacks with any parameters and stdcall or cdecl calling conventions
- Specially tuned for operations with large amounts of complex native-side data
- Extensible architecture allows implementing new data types or customizing existing ones
- Support for thread-safe, truly concurrent function invocation
- Customizable native library searching mechanism
- Completely automatic resource management
- Crashes in native functions are converted to Java exceptions
- Available for Windows, Linux and Mac OS X
Built for Java |