Linked by David Adams on Thu 18th Dec 2008 23:07 UTC, submitted by ebasconp
Java I read in InfoQ: "Ja.NET is a port of Java 1.5 SE to the .NET platform. The compiler is based on the Eclipse JDT, which has been modified to generate IL as well as Java Byte Code. Java traditionally compiles each class into a separate file, but this creates an unacceptable overhead for .NET. To address this, a tool based on Cecil is used to create larger assemblies much in the same way Jar files are created for Java."
Permalink for comment 340761
To read all comments associated with this story, please click here.
Whats the point
by Matzon on Thu 18th Dec 2008 23:22 UTC
Matzon
Member since:
2005-07-06

Cool, but whats the point?
I fail to see why I would ever use it?

Both Java & .NET are available on the Windows platform - why would I use a runtime that is very likely to be incomplete?