Skip to content

8.3.0-prerelease.395

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 30 Oct 03:11
· 2684 commits to develop since this release
5f225f7

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.

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

Second, 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.

What's Changed

New Contributors

Full Changelog: 8.2.3...8.3.0-prerelease.395