Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[java] A barebones try.bat so I can get things running on Windows.
  • Loading branch information
jnthn committed Jan 16, 2011
1 parent efd7ee5 commit bbc7776
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions java/compiler/try.bat
@@ -0,0 +1,4 @@
parrot compile.pir %1 > RakudoOutput.java
javac -classpath ../runtime/RakudoRuntime.jar RakudoOutput.java
echo ---
java -classpath ../runtime/RakudoRuntime.jar;NQPSetting.jar;. RakudoOutput

0 comments on commit bbc7776

Please sign in to comment.