forked from JavaTX/JavaCompilerCore
7 lines
474 B
Plaintext
7 lines
474 B
Plaintext
java -jar ~/eclipse-workspace/JavaCompilerCore/target/JavaTXcompiler-0.2-jar-with-dependencies.jar de/test/OL.jav -d de/test/output
|
|
java -jar ~/eclipse-workspace/JavaCompilerCore/target/JavaTXcompiler-0.2-jar-with-dependencies.jar OLextends.jav -cp de/test/output
|
|
java -jar ~/eclipse-workspace/JavaCompilerCore/target/JavaTXcompiler-0.2-jar-with-dependencies.jar OLMain.jav -cp .:de/test/output
|
|
javac UseOLMain.java
|
|
java -cp .:de/test/output UseOLMain
|
|
rm -f UseOLMain.class
|