Skip to content

8.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Nov 04:52
· 3485 commits to develop since this release

A major change this release is the replacement of the VFS with IKVM.Image.JRE and IKVM.Image.JDK. These two packages lay out a full JRE or JDK installation directory alongside the IKVM assemblies, making it possible to run java applications which expect the existence of javac.exe, java.exe, javah.exe, and the rest of the tools.

A JDK image is distributed as a standalone artifact, which should be substitutable for a standard JAVA_HOME.

The introduction of IKVM.NET.Sdk, a MSBuild SDK package that supports building .java files directly into .NET assemblies. The IKVM.NET.Sdk line can be put into your .csproj or .msbuildproj file, and then .java files in your project's Compile target are built into an assembly. You can build .java files into .NET assemblies directly inside Visual Studio.

What's Changed

New Contributors

Full Changelog: 8.2.1...8.3.0