ikvm | Java virtual machine/compiler implemented in .NET (Mono) | Mehr ...
This package provides a Java Virtual Machine (JVM) for the .NET and Mono runtimes. There are two main ways of using IKVM.NET: . Dynamically: In this mode, Java classes and jars are used directly to execute Java applications on the .NET runtime. Java bytecode is translated on the fly into CIL and no further steps are necessary. The full Java class loader model is supported in this mode. . Statically: In order to allow Java code to be used by .NET applications, it must be compiled down to a DLL and used directly. The bytecode is translated to CIL and stored in this form. The assemblies can be referenced directly by the .NET applications and the "Java" objects can be used as if they were .NET objects. While the static mode does not support the full Java class loader mechanism, it is possible for statically-compiled code to create a class loader and load classes dynamically.
libikvm-native | Native library for IKVM Java virtual machine for .NET (Mono) | Mehr ...
This package contains the native-compiled support library for IKVM.NET which provides a Java Virtual Machine (JVM) for the .NET and Mono runtimes.