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"
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
Post a Comment