After what feels like an eternity, I've finally released IKVM 0.36. The binaries are identical to the ones in rc6.
Release Notes
This document lists the known issues and incompatibilities.
Runtime
Static Compiler (ikvmc)
Class Library
Most class library code is based on OpenJDK build 13. Below is a list of divergences and IKVM specific implementation notes.
The entire public API is available, so "Not implemented." for javax.print, for example, means that the API is there but there is no back-end to provide the actual printing support. "Not supported." means that the code is there and probably works at least somewhat, but that I'm less likely to fix bugs reported in these areas.In addition to the issues listed above, the extended charset providers are not included (the ones in charsets.jar in the JRE).
Specific API notes:
Supported Platforms
This release has been tested on the following CLI implementations / platforms:
* Running on Mono has only been tested on x86, but Mono includes the native (platform specific) parts of IKVM, so any platform where Mono runs should in theory be able to run this IKVM release.
Partial Trust
Partial trust is not supported. The IKVM class library and runtime require Full Trust to be able to run.
Powered by: newtelligence dasBlog 2.3.12105.0
© Copyright 2021, Jeroen Frijters
E-mail