Description
JNIWrapper provides simplified access to native code from Java applications without using Java Native Interface (JNI.) You don’t need to create a native library to make system calls or spend time on learning the low-level ins and outs of the system architecture.
# Native Function Invocation
JNIWrapper supports both stdcall and cdecl calling conventions and multiple C/C++ data types including structures, unions, and pointers. You can perform all native function calls simultaneously from different Java threads without synchronizing them. The product supports thread-safe concurrent function invocation.
# High Performance
JNIWrapper is capable of handling any large amount of data involved in interactions between the Java and native code, requiring no performance tuning on your part. JNIWrapper allows you to debug native errors on the Java side, putting program execution fully under your control.
# Automatic Memory Management
All resources allocated by JNIWrapper are released automatically. You can treat JNIWrapper variables as usual Java objects that can be picked up by the Java garbage collector.
# Code Generation Wizard
Using the Code Generator wizard bundled with JNIWrapper, you can generate Java wrappers for a required set of C types, including structures, unions and callbacks.
Related:
64 Bit - C Functions In Java - Java - Java Callback - Java Jni - Java Without Jni - Java Wrapper - Java Wrapper For C Structure - Jni - Jni 64-Bit - Jni Aix - Jni Linux - Jni Mac Os X - Jni Solaris - Jni Windows - Jni Wrapper - Jniwrapper - Native Code - Native Functions - Wrap
User Reviews:
Related:
A Programmer's Guide to Java (tm) CertificationSun Microsystems' Sun Certified Programmer exam (Sun CJPE) allows programmers to validate their valuable Java programming skills and provides the... |
Shareware |
Pagos Spreadsheet Component for Java 4.0Turn Excel spreadsheets into Web-based applications. Pagos Spreadsheet Component interprets the formulas and data in Excel files by turning them...By: Pagos, Inc |
Shareware |
Ammentos 1.0.6A lightweight persistence framework for Java (JDK5.0 or later). Works whith annotations, does not require any configuration/mapping file, runs... |
Freeware |
Aspose.Excel for Java 1.0Aspose.Excel for Java is a Java spreadsheet creation engine. It can read, modify and write Excel file in different platforms, such as Windows,...By: AsposePost |
Shareware |
Aspose.Pdf For Java 1.0Aspose.Pdf For Java is a Java Pdf document reporting component. With it, you can: you to converting an existing XML file stream(.xml) plus a...By: AsposePost |
Shareware |
MarqueeText 1.0b0This package contains a small set of macros which can be used to minimize the differences between JNI and RNI. You can use these macros when...By: tolstoy.com |
Freeware |
NaviCoder Pro 2.0NaviCoder is a Java IDE that runs on Windows which enables programmers to create, navigate, modify, and debug code faster and more accurately.... |
Shareware |
Java BarcodeJava Barcode is a Java barcode generator which generates hight quality 1D and 2D barcodes.By: OnBarcode.com |
Shareware |
Weighing in on Java native compilationThe Java native compilers when it was introduced looked to overtake the JVM. But the Java code?s portability will stay in spite of the growing... |
Freeware |
NaviCoder IDE for Java (Commercial Edition) 3.0NaviCoder is a Java IDE that enables programmers to create and debug code faster. |
Shareware |
- JNIWrapper
Bridge technology that allows calling functions from native APIs or from any native DLLs and libraries without using JNI...
