Simple OpenJDK compiler build

If you are interested in a simple build for the open jdk compiler.

See this mirror project:

http://jvmnotebook.googlecode.com/svn/trunk/javac_compiler/JavaSource

To build, type:

mvn package

To run the compile:

mvn exec:java -e -Dexec.mainClass="berlin.com.sun.tools.javac.MainJavac" -Dexec.args="Test.java"

Comments

Popular posts from this blog

NOTES: Web Application Development Sucks (or at least frustrating)

More on getters and setters - Don't do it

JVMNotebook on Google Code