diff options
Diffstat (limited to 'bin/compile')
| -rwxr-xr-x | bin/compile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/compile b/bin/compile index e5ad288..a6a5997 100755 --- a/bin/compile +++ b/bin/compile @@ -2,7 +2,9 @@ main() { # Replace this with your local location for the Java SE 6 JDK - local JAVA_HOME=~/Downloads/jdk1.6.0_45 + local JAVAC=${JAVAC:-~/Downloads/jdk1.6.0_45} + + echo "Using JAVAC=${JAVAC}" mkdir -p out |