Object-Oriented JNI for .NET (low-level), Library for .NET Framework v.1.1. Supports Standard JNI interface (SUN/IBM/MS JDK1.1.x-1.6.x) for developing code in C#, MCpp, VB, J#.
The Java byte code viewer is a simple tool that reads, parses and shows byte code as a tree. It may be suitable for studying and debugging Java byte code. Byte Code Viewer can load class files (*.class), JAR and ZIP archives with byte code.
Object-Oriented JNI Advanced Add-In is a tool developed for MS Visual Studio. It generates C++ code (OOJNI classes) and managed code (OOJNI for .NET classes) in MCPP, C#, J#, VB for java byte code (SUN/IBM/MS JDK1.1.x-1.6.x) selected and includes it into the active project. It also makes JNI implementation of Java class native methods.
Java Platform Invoke API (Demo version) for MS Windows. Enables Java code to call native functions implemented in dynamic link libraries (DLLs) like in Microsoft .NET Framework. Written for JSE 1.5.x and later.
Java Platform Invoke API (Demo version) for Linux, i386.
Enables Java code to call native functions implemented in shared libraries like in Microsoft .NET Framework. Written for JSE 1.5.x and later.
OLE for JAva (OLEJA), Java-COM Bridge. It makes java programming with OLE Automation easy. You need to know about COM technology as less a possible. Your java code with COM objects will look like MS Visual Basic code. You should only know java programming, COM Module���s methods and properties you use.