Java based javac

Working on making the ant command work I found that it seems like we miss a java based javac (doing trying to compile a java file with a build.xml file under JNode). Does any of you have a url to a open source java based javac, so fare I haven't found one?

Regards,
Martin

ecj

I think that the eclipse compiler for java (ecj) is writing in java, and can be integrated to jnode.

Fabien L.

ecj is pure java

I had confirmation from someone in #eclipse that ecj is written in pure java (and tomcat includes ecj since its version 5).

So, I think it should be used in JNode.

Fabien

my blog (in english and french)

Ok, I'll start looking on

Ok, I'll start looking on the ecj, it might be very interesting being able to compile inside JNode and thereby increase the development cycle of the project.

Regards,
Martin