IKVM.NET.Sdk 8.6.2

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package IKVM.NET.Sdk --version 8.6.2                
NuGet\Install-Package IKVM.NET.Sdk -Version 8.6.2                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="IKVM.NET.Sdk" Version="8.6.2" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add IKVM.NET.Sdk --version 8.6.2                
#r "nuget: IKVM.NET.Sdk, 8.6.2"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install IKVM.NET.Sdk as a Cake Addin
#addin nuget:?package=IKVM.NET.Sdk&version=8.6.2

// Install IKVM.NET.Sdk as a Cake Tool
#tool nuget:?package=IKVM.NET.Sdk&version=8.6.2                

IKVM.NET.Sdk - IKVM SDK for the Java Language

Provides a managed SDK for .NET projects targeting the IKVM runtime.

Usage

IKVM.NET.Sdk provides a full MBuild SDK for compiling Java code into .NET assemblies. To use, create a .msbuildproj file with contents like the following, using the latest version.

<Project Sdk="IKVM.NET.Sdk/8.2.2">
    <PropertyGroup>
        <TargetFrameworks>net461;netcoreapp3.1</TargetFrameworks>
    </PropertyGroup>
</Project>

Limitations

As of now only net461 and netcoreapp3.1 target Frameworks are supported. Any other target frameworks will throw an error.

Projects will not yet build on Linux.

The project will compile fine in Visual Studio, with some caveats. Since we don't yet have a Visual Studio extension, manual modifications will be required to the .sln file. Ensure that after you add the project to your solution, you adjust the Project Type Guid to the C# project value of {9A19103F-16F7-4668-BE54-9A1E7A4F7556}.

Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MyProject", "src\MyProject\MyProject.msbuildproj", "ProjectGuid"
EndProject

.java files are included by default, just as .cs files are included by default in C# projects. However, Visual Studio does not yet show them as included files within the solution explorer. Ensure you have "Show All" enabled. There is no need to manually add them to item groups.

No Intellisense yet.

ProjectReferences work fine, except for the TFM limitations.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

  • .NETStandard 2.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
8.11.1 0 2/16/2025
8.11.0 131 2/3/2025
8.11.0-pre.4 47 1/30/2025
8.11.0-pre.2 63 12/29/2024
8.11.0-pre.1 87 12/16/2024
8.10.3 219 10/31/2024
8.10.2 237 9/14/2024
8.10.1 188 8/20/2024
8.10.0 168 8/18/2024
8.10.0-pre.1 74 8/14/2024
8.9.1 152 7/14/2024
8.9.0 146 7/12/2024
8.9.0-pre.3 67 7/10/2024
8.9.0-pre.1 61 7/7/2024
8.8.1 161 5/31/2024
8.8.0 2,025 4/17/2024
8.8.0-pre.1 71 3/28/2024
8.7.6 181 4/8/2024
8.7.5 445 1/28/2024
8.7.4 368 1/18/2024
8.7.3 258 12/9/2023
8.7.2 151 12/8/2023
8.7.1 314 11/1/2023
8.7.0 228 10/30/2023
8.7.0-pre.3 91 10/27/2023
8.7.0-pre.2 76 10/16/2023
8.7.0-pre.1 97 10/10/2023
8.6.4 317 9/10/2023
8.6.3-tags-8-6-3-pre-24.1 94 8/10/2023
8.6.3-tags-8-6-3-pre-11.1 82 8/8/2023
8.6.2 218 7/9/2023
8.6.1 169 7/7/2023
8.6.0 176 7/5/2023
8.5.2 203 6/7/2023
8.5.1 187 6/2/2023
8.5.0 289 5/14/2023
8.5.0-prerelease0001 178 5/12/2023
8.5.0-develop2513 195 5/4/2023
8.5.0-develop1599 226 5/3/2023
8.5.0-develop0690 170 2/8/2023
8.4.5 459 2/7/2023
8.4.5-prerelease0001 219 2/6/2023
8.4.4 381 1/2/2023
8.4.4-prerelease0001 268 1/2/2023
8.4.3 322 1/1/2023
8.4.2 322 12/30/2022
8.4.1 331 12/28/2022
8.4.0 365 12/6/2022
8.4.0-prerelease0001 236 11/26/2022
8.3.3 381 11/20/2022
8.3.2 352 11/17/2022
8.3.1 457 11/17/2022
8.3.0 471 11/16/2022
8.3.0-prerelease0395 205 10/30/2022
8.3.0-prerelease0394 204 10/26/2022
8.2.2-prerelease0856 203 10/12/2022
8.2.2-prerelease0553 249 9/21/2022
8.2.2-prerelease0396 234 9/20/2022
8.2.2-prerelease0241 241 9/5/2022
8.2.2-prerelease0163 227 8/26/2022