Jeroen Frijters is working on a project that loads Java byte-code and converts it into .NET IL on the fly. To quote the author.
"Whenever a Java class is loaded a .NET type is created using Reflection.Emit. Due to the excellent architecture of Reflection.Emit in combination with the AppDomain.TypeResolve event, this works very well."
He has an weblog charting progress of the project.
The development of a Java VM for .NET. JITs Jave byte-code into .NET
11:24:34 AM
|