The issue is that Java by itself is not very useful, you need the JDK libraries for it to be useful. This is what IKVM does, it provides the JDK classes, but converts the java byte code to MSIL.
Sent from my Windows Phone From: mutasim Sent: 4/7/2013 14:17 To: [email protected] Subject: Re: [Mono-list] java parser in C# True the IKVM is very good but the idea of the mono C# Compiler as java compiler will give the source code of a java to be compiled directly to the C# compiler without the need of JVM , i will start with this project and i hope success Thanks -- View this message in context: http://mono.1490590.n4.nabble.com/java-parser-in-C-tp4659251p4659258.html Sent from the Mono - General mailing list archive at Nabble.com. _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
