github ikvmnet/ikvm 8.3.0-prerelease.395

latest releases: 8.8.0, 8.7.6, 8.8.0-pre.1...
pre-release18 months ago

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

Don't miss a new ikvm release

NewReleases is sending notifications on new releases.