Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 806 Bytes

currentstate.md

File metadata and controls

17 lines (14 loc) · 806 Bytes
title _description
Current state of Java/JVM suite for .NET
Describes the current development state of Java/JVM suite for .NET

JNet development state

This release comes with some ready made classes:

  • JNet:
    • Reflected almost all classes of a Temurin JDK 11 with the limits imposed from JNetReflector
    • Manually made some classes, or extended some of reflected one, due to limitations of JNetReflector
    • If something is not available use API extensibility to cover missing classes.
  • JNetCLI: added REPL shell, run Main-Class and execute C# scripts
  • JNetReflector: builds listeners and reflects Java classes with constructor, methods, fields, conversion operators and documentation
  • JNetPSCore: base implementation for JNetPS
  • JNetPS: some PowerShell cmdlets