This repo is suitable to download, unzip, and run. From within the folder, 'ikvm' and 'ikvmc' commands are ready to be used. If using IKVM to create a .dll file from Java, ensure these files are referenced in the .NET project.
IKVM.NET is an implementation of Java for Mono and the Microsoft .NET Framework.
- A Java Virtual Machine implemented in .NET
- A .NET implementation of the Java class libraries
- Tools that enable Java and .NET interoperability
What's New (relative to IKVM.NET 8.0):
- Integrated OpenJDK 8u45.
- Many fixes to late binding support.
- Added ikvmc support for deterministic output files.
- Various sun.misc.Unsafe improvements.
- Many minor bug fixes and performance tweaks.
- Assemblies are strong named.
- Fix for bug #303. ikvmc internal compiler error when trying to get interfaces from type from missing assembly reference.
- Implemented NIO atomic file move on Windows.