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 340770
To view parent comment, click here.
To read all comments associated with this story, please click here.
RE: IKVM
by ebasconp on Fri 19th Dec 2008 02:11 UTC in reply to "IKVM"
ebasconp
Member since:
2006-05-09

IKVM is a Java virtual machine on top of .NET (I mean, implemented using C# instead of C++, for example).

AFAIK, Ja.NET is a java compiler that generates IL instead of bytecodes.

Edited 2008-12-19 02:12 UTC

Reply Parent Bookmark Score: 4

RE[2]: IKVM
by Delgarde on Fri 19th Dec 2008 02:59 in reply to "RE: IKVM"
Delgarde Member since:
2008-08-19

Ah, yes - I missed that part. I wonder... Java has the ability to invoke the compiler from code... I wonder if that generates JVM or IL bytecode..

Reply Parent Bookmark Score: 1