![]() |
VOOZH | about |
dotnet new install MASES.JNet.Templates@2.6.9
JNet is a comprehensive suite of libraries and tools to use Java™/JVM™ APIs (Java, Scala, Kotlin, ...) and .NET side-by-side.
💡 Legacy Integration: Still running Java 8 in production? JNet enables integration with modern .NET applications without requiring Java upgrades—saving months of migration work and significant costs.
| JNet | JNet.Templates | JNetCLICore | JNetPSCore | JNetCLI | JNetReflector | JNetPS |
|---|---|---|---|---|---|---|
| 👁 JNet nuget <br/>👁 downloads |
👁 JNet.Templates nuget <br/>👁 downloads |
👁 JNetCLICore nuget <br/>👁 downloads |
👁 JNetPSCore nuget <br/>👁 downloads |
👁 JNetCLI nuget <br/>👁 downloads |
👁 JNetReflector nuget <br/>👁 downloads |
👁 JNetPS |
👁 CI_BUILD
👁 CodeQL
👁 CI_RELEASE
JNet is a suite for Java™/JVM™, maintained by MASES Group and open to community contributions. Its primary scope is to support other MASES Group projects — both open-source and commercial — though it is freely available for any use. Dedicated community and commercial subscription plans are available. The repository and releases may contain bugs. The release cycle depends on critical issues discovered and/or enhancement requests from this or other dependent projects.
Looking for expertise in applications mixing .NET and JVM™-enabled languages? MASES Group can help you design, build, deploy, and manage applications that run .NET and Java™/JVM™ side-by-side.
This project aims to create a set of libraries and tools to direct access, from .NET, all the features available in the Java™ Platform, this is the counterpart of JCOReflector.
There are many client libraries written to manage communication with Java™. Conversely, this project use directly the Java™ packages giving more than one benefit:
So, for example, do you want an ArrayList? Just write in C# a line of code like this:
For example, to use a Java ArrayList directly from C#:
using Java.Util;
var alist = new ArrayList<string>();
alist.Add("Hello from JNet");
JNet maps Java types — including generics — to their C# equivalents, so you can work with them using familiar syntax without any manual marshalling or conversion.
See for a comprehensive walkthrough.
If you find JNet useful:
This project adheres to the Contributor . By participating, you are expected to uphold this code. Please report unacceptable behavior to coc_reporting@masesgroup.com.
Java.Lang.String by default instead of string (System.String) (see https://github.com/masesgroup/JNet/issues/363)Yes! JNet fully supports Java 8 (JRE 1.8.0_161 or later) through Java 25. This is critical for enterprises with legacy Java 8 systems in production.
No! JNet works with your existing Java 8 bytecode without any modifications. You can integrate legacy Java 8 systems with modern .NET applications immediately.
Oracle provides Extended Support for Java 8 until December 2030. Many vendors (Amazon Corretto, Azul, Red Hat) provide free long-term support. JNet gives you flexibility: integrate now with Java 8, migrate Java when your timeline permits.
Yes! Java is backward compatible. A newer JVM can execute bytecode compiled with older Java versions.
Example: Using Java 17 JVM, you can call:
All in the same .NET process, with zero migration needed for older code!
Simple rule: Use the highest Java version required by any of your dependencies. That JVM will run all older bytecode versions.
No! Just upgrade the JVM to Java 17 (or whatever version the new library requires). Your Java 8 bytecode will continue working without any code changes.
This is Java's backward compatibility guarantee in action.
You'll get an UnsupportedClassVersionError. Java doesn't support
forward compatibility - older JVMs cannot run newer bytecode.
Solution: Upgrade to Java 17 JVM. Your Java 8 code will still work!
JNet uses JCOBridge, and its features, to obtain many benefits:
JCOBridge 2.6.* can be used for free without any obligations. A commercial license must be purchased — or the software uninstalled — if you derive direct or indirect income from its usage.
Java:
Note: Works with Oracle JDK, OpenJDK, Amazon Corretto, Azul Zulu, and other compatible distributions.
.NET:
Java 8 Extended Support runs until December 2030. JNet provides a migration path: integrate Java 8 systems with modern .NET now, migrate Java when ready.
Have a look at the following JCOBridge resources:
| JCOBridge | 2.5.* series | 2.6.* series |
|---|---|---|
| JNet | > 1.5.* series | > 2.6.* series |
| Release notes | Link | Link |
| Community Edition | Conditions | Conditions |
| Commercial Edition | Information | Information |
Latest release: 👁 JCOBridge nuget
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 2.6.9 | 91 | 6/15/2026 |
| 2.6.9-rc996 | 86 | 6/9/2026 |
| 2.6.9-rc995 | 103 | 6/7/2026 |