MASES.JNet 1.5.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package MASES.JNet --version 1.5.0
NuGet\Install-Package MASES.JNet -Version 1.5.0
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="MASES.JNet" Version="1.5.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MASES.JNet --version 1.5.0
#r "nuget: MASES.JNet, 1.5.0"
#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 MASES.JNet as a Cake Addin
#addin nuget:?package=MASES.JNet&version=1.5.0

// Install MASES.JNet as a Cake Tool
#tool nuget:?package=MASES.JNet&version=1.5.0

JNet usage

To use JNet classes the developer can write code in .NET using the same classes available in the official Java packages. If classes or methods are not available yet it is possible to use the approach synthetized in What to do if an API was not yet implemented

Environment setup

JNet accepts many command-line switches to customize its behavior. The full list is available at Command line switch page.

JVM identification

One of the most important command-line switch is JVMPath and it is available in JCOBridge switches: it can be used to set-up the location of the JVM library (jvm.dll/libjvm.so) if JCOBridge is not able to identify a suitable JRE installation. If a developer is using KNet within its own product it is possible to override the JVMPath property with a snippet like the following one:

    class MyJNetCore : JNetCore
    {
        public override string JVMPath
        {
            get
            {
                string pathToJVM = "Set here the path to JVM library or use your own search method";
                return pathToJVM;
            }
        }
    }
Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Framework net462 is compatible.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on MASES.JNet:

Package Downloads
MASES.KNet

Core of .NET suite for Apache Kafka. KNet is a comprehensive .NET suite for Apache Kafka providing all features: Producer, Consumer, Admin, Streams, Connect, backends (ZooKeeper and Kafka).

MASES.JNetPSCore

JNetPSCore - JNet (Java/JVM suite for .NET) PowerShell base library

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.4.0 65,966 2/29/2024
2.3.0 890 2/20/2024
2.2.5 58,522 1/30/2024
2.2.4 48,252 1/27/2024
2.2.3 1,603 1/24/2024
2.2.2 1,119 1/24/2024
2.2.1 12,479 1/20/2024
2.2.0 1,474 1/17/2024
2.1.1 1,797 12/18/2023
2.1.0 92,769 11/25/2023
2.0.2 47,497 10/18/2023
2.0.1 194,859 7/11/2023
2.0.0 36,950 7/5/2023
1.5.5 56,602 5/5/2023
1.5.4 45,918 4/16/2023
1.5.3 32,620 4/10/2023
1.5.2 64,865 3/13/2023
1.5.1 55,257 2/9/2023
1.5.0 881 2/8/2023
1.4.15 143,954 11/21/2022
1.4.14 1,334 11/9/2022
1.4.13 973 11/9/2022
1.4.12 19,887 10/30/2022
1.4.11 1,069 10/27/2022
1.4.8 19,535 10/20/2022
1.4.7 1,065 10/13/2022
1.4.6 236,257 8/18/2022
1.4.5 1,079 8/5/2022
1.4.4 1,119 6/19/2022
1.4.3 34,514 5/19/2022
1.4.2 1,346 5/7/2022
1.4.1 1,102 4/29/2022
1.4.0 937 4/13/2022
1.3.0 5,508 3/28/2022
1.2.0 893 3/25/2022
1.1.1 1,298 3/19/2022
1.1.0 855 3/19/2022
1.0.0 887 3/19/2022