DESCRIPTION
JNIWrapper is a software development kit enabling you to work with native code from Java programs without using JNI. With JNIWrapper, you don’t need to create native libraries to call a function of the operating system API or a function from any dynamic library. You write code in the Java language only, and JNIWrapper does the rest.
JNIWrapper most noteworthy advantages:
- Minimum behind-the-scenes operation.
- High performance.
- Automatic resource management.
- Comprehensive support for native function invocation.
- Ability to invoke any function with any parameters from a native code library.
- Support for both stdcall and cdecl calling conventions.
- Support for multiple data types including structures, unions, and pointers.
- Callbacks with any parameters and stdcall or cdecl calling conventions.
- High-perfomance handling of complex native-side data.
- Extensible architecture allows implementing new data types or customizing the existing ones.
- Support for thread-safe, truly concurrent function invocation.
- Customizable native library search mechanism.
- Completely automatic resource management.
- Conversion of crashes in native functions into Java exceptions.
- Code generation for custom C types, such as structures, unions, callbacks, etc.
WHAT'S NEW
Version 3.7.3: - JNIWrapper correctly loads native libraries when search path contains Unicode symbols (Platforms: All)
- Corrected calculation of structures size (Platforms: Win, Mac, Linux)
- JAWT library is correctly loaded when program starts under JRE (Platforms: Linux)
- Bitmap.toImage() correctly works in the 8-bit graphic mode under Windows XP SP2 (WinPack)
-
Bitmap.toImage() works without throwing the ArrayIndexOutOfBoundsException in both 32 and 16 bit color quality when using DIBitmap (WinPack)
- JavaDoc now contains description for all classes, methods and parameters (WinPack)
REQUIREMENTS
Mac OS X 10.3 or later.

|
OTHER PEOPLE SUGGEST No similar products suggested yetSuggest something else: |