IKVM 8.2.0-prerelease2777

IKVM - Java Virtual Machine for .NET

Nuget GitHub

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

IkvmReference

IKVM includes build-time support for translating Java libraries to .NET assemblies. Install the IKVM package in a project that wants to reference Java libraries. Use the IkvmReference ItemGroup to indicate which Java libraries your project required.

Example:

    <ItemGroup>
        <IkvmReference Include="..\..\ext\helloworld-2.0.jar" />
    </ItemGroup>

The output assembly will be generated as part of your project's build process. Additional metadata can be added to IkvmReference to customize the generated assembly.

  • Identity: The identity of the IkvmReference item can be either a) path to a JAR file b) path to a directory or c) an otherwise unimportant name.
  • AssemblyName: By default the AssemblyName is generated using the rules defined by the Automatic-Module-Name specification. To override this, do so here.
  • AssemblyVersion: By default the AssemblyVersion is generated using the rules defined by the Automatic-Module-Name specification. To override this, do so here.
  • DisableAutoAssemblyName: If true disables detection of AssemblyName.
  • DisableAutoAssemblyVersion: If true disables detection of AssemblyVersion.
  • FallbackAssemblyName: If AssemblyName is not provided or cannot be calculated, use this value.
  • FallbackAssemblyVersion: If AssemblyVersion is not provided or cannot be calculated, use this value.
  • Compile: Optional semi-colon separated list of Java class path items to compile into the assembly. By default this value is the Identity of the item, if the identity of the item is an existing JAR file or directory (not yet supported). MSBuild globs are supported to reference multiple JAR or .class files.
  • Sources: Optional semi-colon separated list of Java source files to use during documentation generation. (not yet supported)
  • References: Optional semi-colon separated list of other IkvmReference identity values to specify as a reference to the current one. For instance, if foo.jar depends on bar.jar, include both as IkvmReference items, but specify the identity of bar.jar on the References metadata of foo.jar.
  • Debug: Optional boolean indicating whether to generate debug symbols (non-portable). By default this is determined based on the overall setting of the project.
  • All other metadata supported on the Reference MSBuild item group definition.

IkvmReference is not transitive. Including it in one project and adding a dependency to that project from a second project will not result in the same reference being available on the second project. Instead add the reference to each project.

For each project to resolve to the same resulting assembly ensure their settings are identical.

    <ItemGroup>
        <IkvmReference Include="helloworld.jar">
            <AssemblyVersion>1.0.0.0</AssemblyVersion>
        </IkvmReference>
        <IkvmReference Include="helloworld-2.jar">
            <AssemblyName>helloworld-2</AssemblyName>
            <AssemblyVersion>2.0.0.0</AssemblyVersion>
            <References>helloworld.jar</References>
            <Aliases>helloworld2</Aliases>
        </IkvmReference>
    </ItemGroup>

No packages depend on IKVM.

Version Downloads Last updated
8.14.0 98 10/04/2025
8.13.4 38 10/02/2025
8.13.2 45 09/15/2025
8.13.1 52 08/15/2025
8.13.0 71 08/20/2025
8.12.0 66 06/29/2025
8.11.2 71 04/01/2025
8.11.1 84 04/14/2025
8.11.0 67 04/14/2025
8.11.0-pre.4 59 04/30/2025
8.11.0-pre.2 65 01/17/2025
8.11.0-pre.1 68 12/17/2024
8.10.3 104 11/06/2024
8.10.2 108 11/27/2024
8.10.1 103 11/11/2024
8.10.0 108 12/02/2024
8.10.0-pre.1 99 11/27/2024
8.9.1 84 11/12/2024
8.9.0 67 12/03/2024
8.9.0-pre.3 106 12/02/2024
8.9.0-pre.2 78 11/29/2024
8.9.0-pre.1 106 11/14/2024
8.8.1 98 12/01/2024
8.8.0 109 05/03/2024
8.8.0-pre.1 69 11/14/2024
8.7.6 69 11/11/2024
8.7.5 64 11/26/2024
8.7.4 91 11/14/2024
8.7.3 95 11/14/2024
8.7.2 85 11/12/2024
8.7.1 104 11/26/2024
8.7.0 67 11/14/2024
8.7.0-pre.3 98 11/14/2024
8.7.0-pre.1 97 11/12/2024
8.6.4 91 11/12/2024
8.6.3-tags-8-6-3-pre-24.1 77 11/30/2024
8.6.3-tags-8-6-3-pre-11.1 61 11/14/2024
8.6.2 92 11/14/2024
8.6.1 76 11/14/2024
8.6.0 102 12/10/2024
8.5.2 57 11/14/2024
8.5.1 94 11/12/2024
8.5.0 76 07/03/2023
8.5.0-prerelease0001 74 05/29/2024
8.5.0-develop2513 91 12/02/2024
8.5.0-develop1599 64 11/14/2024
8.5.0-develop0690 79 11/14/2024
8.4.5 90 12/09/2024
8.4.5-prerelease0001 89 11/26/2024
8.4.4 58 11/26/2024
8.4.4-prerelease0001 79 12/06/2024
8.4.3 107 11/12/2024
8.4.2 67 06/01/2024
8.4.1 66 12/30/2024
8.4.0 98 11/14/2024
8.4.0-prerelease0001 96 11/12/2024
8.3.3 89 11/14/2024
8.3.2 104 12/03/2024
8.3.1 59 11/12/2024
8.3.0 66 12/06/2024
8.3.0-prerelease0395 63 11/12/2024
8.3.0-prerelease0394 103 12/06/2024
8.2.3 106 11/28/2024
8.2.2-prerelease0856 79 12/04/2024
8.2.2-prerelease0553 92 11/12/2024
8.2.2-prerelease0396 93 11/12/2024
8.2.2-prerelease0241 105 05/29/2024
8.2.2-prerelease0163 114 11/25/2024
8.2.2-prerelease0106 67 11/25/2024
8.2.2-prerelease0051 77 12/02/2024
8.2.1 92 08/15/2022
8.2.0 101 11/20/2024
8.2.0-prerelease3420 60 11/29/2024
8.2.0-prerelease2777 64 11/26/2024
8.2.0-prerelease2138 68 12/11/2024
8.2.0-prerelease1515 64 12/07/2024
8.2.0-prerelease0911 105 11/29/2024
8.2.0-prerelease0899 68 12/03/2024
8.2.0-prerelease0892 93 11/27/2024
8.2.0-prerelease0809 106 11/27/2024
8.2.0-prerelease0392 67 11/28/2024
8.1.5717 108 08/17/2022
8.0.5449.1 89 04/07/2025
8.0.5449 94 07/08/2025
7.4.5196 76 05/29/2024
7.3.4830 86 05/29/2024
7.2.4630.5 69 05/29/2024
7.1.4532.2 72 05/29/2024
0.46.0.1 79 05/29/2024