ikvmnet / ikvm

A Java Virtual Machine and Bytecode-to-IL Converter for .NET
Other
1.24k stars 116 forks source link

Platform Specific IO, Security, Base Libs #521

Closed wasabii closed 4 months ago

wasabii commented 5 months ago

Builds on loadplat.

Replace java.io, java.net and java.nio/sun.nio layers with native OpenJDK code. Including Process, ProcessEnvironment, etc.

Add libjaas, libkrb5, libmanagement.

Ensure we apply Linux version scripts. Though these need additions for our custom classes.

Add SCTP for Linux.

Add libj2pkcs11.