IKVM 8.2.0-prerelease0809
IKVM - Java Virtual Machine for .NET
IKVM.NET is an implementation of Java for the Microsoft .NET Framework and .NET Core.
IKVM.NET includes the following components:
- A Java virtual machine (JVM) implemented in .NET
- A .NET implementation of the Java class libraries
- A tool that translates Java bytecode (JAR files) to .NET IL (DLLs or EXE files).
- Tools that enable Java and .NET interoperability
- With IKVM.NET you can run compiled Java code (bytecode) directly on Microsoft .NET Framework or .NET Core. The bytecode is converted on the fly to CIL and executed.
Documentation
See the tutorial to get started or IKVM.NET In Details for a more in-depth look.
Support
- .NET Framework 4.6.1 and higher
- .NET Core 3.1 and higher
- .NET 5 and higher
- Java SE 8
Build
Project should open within Visual Studio. Project can also be built with MSBuild on a Windows host. Project cannot currently be built on a Linux host, nor with an exclusively .NET Core version of MSBuild.
The OpenJDK JDK8u source hierarchy and build results for Linux/x64 is required. These build artifacts cannot be built on Windows, or modern Linux hosts. Instead, they must be built on a host with GCC 4.3 available. Debian Lenny is known to work acceptably. The CI/CD GitHub action can serve as a demonstration of this.
The GitHub action's generated artifact can simply be extract into the appropriate spot in openjdk8/build
to avoid building it yourself. Navigate to the GitHub Actions, find the latest successfuly build for the branch you're concerned with, and download the openjdk8-build-linux-x86_64-normal-server-release
artifact. Extract this zip file into openjdk8/build
.
IKVM includes a native library named 'ikvm-native' which must be built for the JNI functionality to work. The solution includes .vcxproj
files that build both the win-x86, win-x64, linux-x86 and linux-x64 versions of these libraries. However, the linux-* version require WSL to be enabled on your development machine. Within this WSL distribution ensure you have installed the GCC toolset. For Debian based distributions, this should be as simple as typing apt-get install g++
.
Project
- IKVM.sln Main solution file for the project.
- IKVM.artifacts.msbuildproj MSBuild project file that builds the output artifacts, including the NuGet packages.
- IKVM.Runtime The main executable core of IKVM. Provides services used by IKVM.Java.
- IKVM.Java The OpenJDK distribution included with IKVM. This project is heavily customized to compile the OpenJDK Java source files and produce a .NET assembly from them.
- ikvm
java
compatibility executable. Launches a JVM. Can be used to execute Java applications with entry points. - ikvmc
ikvmc
executable. Transforms Java class files or JAR files into .NET libraries or executables. - ikvmstub
ikvmstub
executable. Generates Java JAR files for .NET assemblies. When building Java code that depends on .NET code, these stubs can be used as references. - IKVM.Tests Various unit tests against IKVM functionality.
- IKVM.Runtime-ref "Reference" version of the IKVM.Runtime project. Due to a circular dependency between IKVM.Java and IKVM.Runtime, IKVM.Java must build against a partial copy of IKVM.Runtime.
- IKVM.Java-ref "Reference" version of the IKVM.Java project. Due to the circular dependency between IKVM.Java and IKVM.Runtime, IKVM.Runtime must build against a partial copy of IKVM.Java.
- IKVM-pkg To untangle the ProjectReferences between the circular dependencies, this project generates the NuGet package output, including all of it's required dependencies, and the full version of the underlying IKVM assemblies.
Versioning
IKVM uses the Semantic Versioning specification, with a unique twist. Since the project tracks compatibility with the Java SE specification, the major version is always the version of the JDK we claim to support. Otherwise major/breaking IKVM releases are denoted by an increment of the minor version. Other releases are denoted by an increment of the patch version.
Semantic Versioning is accomplished automatically by GitVersion in Mainline mode. The main
branch functions as the release branch. Every commit to main results in an increment of the patch version and a release. The develop
branch represents a prerelease staging area. Builds within the develop
branch inherit the NEXT version number of the main
branch, with a prerelease tag followed by the number of commit separating develop from the last release.
Increases in the major and minor version are accomplished manually by introducing a commit with a message containing a line such as +semver: major
or +semver: minor
. The process of creating a new major or minor release is simply to bump the version with the introduction of a commit message. The GitHub Actions should automatically generate the git tag and GitHub release, and publish the proper NuGet packages to the proper places.
No packages depend on IKVM.
.NET Framework 4.6.1
- SharpZipLib (>= 1.3.3)
- System.Memory (>= 4.5.4)
.NET Core 3.1
- System.Threading.AccessControl (>= 6.0.0)
- System.Security.Principal.Windows (>= 5.0.0)
- System.Security.Permissions (>= 6.0.0)
- System.Security.Cryptography.Pkcs (>= 6.0.1)
- System.Security.AccessControl (>= 6.0.0)
- System.Runtime.Loader (>= 4.3.0)
- System.Runtime.InteropServices (>= 4.3.0)
- System.Runtime (>= 4.3.1)
- System.Memory (>= 4.5.4)
- System.IO.Compression (>= 4.3.0)
- System.Drawing.Common (>= 6.0.0)
- System.Data.Odbc (>= 6.0.0)
- System.Configuration.ConfigurationManager (>= 6.0.0)
- SharpZipLib (>= 1.3.3)
- Microsoft.Win32.Registry (>= 5.0.0)
- Microsoft.Extensions.DependencyModel (>= 6.0.0)
- System.IO.FileSystem.AccessControl (>= 5.0.0)
Version | Downloads | Last updated |
---|---|---|
8.11.0-pre.1 | 3 | 12/17/2024 |
8.10.3 | 8 | 11/06/2024 |
8.10.2 | 5 | 11/27/2024 |
8.10.1 | 5 | 11/11/2024 |
8.10.0 | 5 | 12/02/2024 |
8.10.0-pre.1 | 5 | 11/27/2024 |
8.9.1 | 6 | 11/12/2024 |
8.9.0 | 3 | 12/03/2024 |
8.9.0-pre.3 | 5 | 12/02/2024 |
8.9.0-pre.2 | 3 | 11/29/2024 |
8.9.0-pre.1 | 5 | 11/14/2024 |
8.8.1 | 5 | 12/01/2024 |
8.8.0 | 22 | 05/03/2024 |
8.8.0-pre.1 | 4 | 11/14/2024 |
8.7.6 | 5 | 11/11/2024 |
8.7.5 | 3 | 11/26/2024 |
8.7.4 | 4 | 11/14/2024 |
8.7.3 | 4 | 11/14/2024 |
8.7.2 | 4 | 11/12/2024 |
8.7.1 | 7 | 11/26/2024 |
8.7.0 | 6 | 11/14/2024 |
8.7.0-pre.3 | 5 | 11/14/2024 |
8.7.0-pre.2 | 0 | 10/16/2023 |
8.7.0-pre.1 | 5 | 11/12/2024 |
8.6.4 | 6 | 11/12/2024 |
8.6.3-tags-8-6-3-pre-24.1 | 3 | 11/30/2024 |
8.6.3-tags-8-6-3-pre-11.1 | 6 | 11/14/2024 |
8.6.2 | 6 | 11/14/2024 |
8.6.1 | 4 | 11/14/2024 |
8.6.0 | 5 | 12/10/2024 |
8.5.2 | 4 | 11/14/2024 |
8.5.1 | 5 | 11/12/2024 |
8.5.0 | 8 | 07/03/2023 |
8.5.0-prerelease0001 | 12 | 05/29/2024 |
8.5.0-develop2513 | 5 | 12/02/2024 |
8.5.0-develop1599 | 4 | 11/14/2024 |
8.5.0-develop0690 | 4 | 11/14/2024 |
8.4.5 | 3 | 12/09/2024 |
8.4.5-prerelease0001 | 5 | 11/26/2024 |
8.4.4 | 3 | 11/26/2024 |
8.4.4-prerelease0001 | 2 | 12/06/2024 |
8.4.3 | 4 | 11/12/2024 |
8.4.2 | 7 | 06/01/2024 |
8.4.1 | 0 | 12/28/2022 |
8.4.0 | 4 | 11/14/2024 |
8.4.0-prerelease0001 | 4 | 11/12/2024 |
8.3.3 | 4 | 11/14/2024 |
8.3.2 | 4 | 12/03/2024 |
8.3.1 | 4 | 11/12/2024 |
8.3.0 | 2 | 12/06/2024 |
8.3.0-prerelease0395 | 7 | 11/12/2024 |
8.3.0-prerelease0394 | 2 | 12/06/2024 |
8.2.3 | 5 | 11/28/2024 |
8.2.2-prerelease0856 | 3 | 12/04/2024 |
8.2.2-prerelease0553 | 5 | 11/12/2024 |
8.2.2-prerelease0396 | 4 | 11/12/2024 |
8.2.2-prerelease0241 | 9 | 05/29/2024 |
8.2.2-prerelease0163 | 5 | 11/25/2024 |
8.2.2-prerelease0106 | 3 | 11/25/2024 |
8.2.2-prerelease0051 | 3 | 12/02/2024 |
8.2.1 | 9 | 08/15/2022 |
8.2.0 | 7 | 11/20/2024 |
8.2.0-prerelease3420 | 3 | 11/29/2024 |
8.2.0-prerelease2777 | 3 | 11/26/2024 |
8.2.0-prerelease2138 | 5 | 12/11/2024 |
8.2.0-prerelease1515 | 3 | 12/07/2024 |
8.2.0-prerelease0911 | 5 | 11/29/2024 |
8.2.0-prerelease0899 | 4 | 12/03/2024 |
8.2.0-prerelease0892 | 5 | 11/27/2024 |
8.2.0-prerelease0809 | 5 | 11/27/2024 |
8.2.0-prerelease0392 | 4 | 11/28/2024 |
8.1.5717 | 8 | 08/17/2022 |
7.4.5196 | 13 | 05/29/2024 |
7.3.4830 | 13 | 05/29/2024 |
7.2.4630.5 | 8 | 05/29/2024 |
7.1.4532.2 | 10 | 05/29/2024 |
0.46.0.1 | 5 | 05/29/2024 |