OOJNI for .NET2.0 (low-level) 3.00.17
bject-Oriented JNI for .NET (low-level), Library for .NET Framework v.2.0. Supports Standard JNI interface for developing and running code in C#, MCpp, VB, J#.
The main features available:
- JNI code can be written only in managed code;
- supported .NET languages: C#, VB, J#, Managed C++;
- implements regular JNI SDK compatible with JDK1.3.x (32 bits) and above;
- supports two ways of Java Native methods implementation: from Java code with System.loadLibrary(...) or System.load(...) and from JNI code with RegisterNatives(...)/UnregisterNatives(...);
- Java native methods are implemented only with .NET managed functions;
- marshaling and unmarshaling of .NET data types are hidden from Developer;
- implemented special mechanism for shellow copy of Java references in JNI code to reduce a number of them in JVM, save JVM Heap and improve JNI code performance.
Comment:
The same library for .NET Framework v.1.1 is available at
http://www.simtel.net/product.php[id]95126[sekid]0[SiteID]simtel.net
OOJNI Add-in .NET (C#) for VS2005/2008 can be found at
http://www.simtel.net/product.php[id]348550[SiteID]simtel.net