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."
Thread beginning with comment 340762
To view parent comment, click here.
To read all comments associated with this story, please click here.
RE: Whats the point
by google_ninja on Thu 18th Dec 2008 23:24 UTC in reply to "Whats the point"
google_ninja
Member since:
2006-02-05

IL interop is top knotch, so if you want to use a java library in your .net code, this would be a great way to do it.

Reply Parent Bookmark Score: 4