summarylogtreecommitdiffstats
path: root/jcompile.sh
diff options
context:
space:
mode:
Diffstat (limited to 'jcompile.sh')
-rw-r--r--jcompile.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/jcompile.sh b/jcompile.sh
new file mode 100644
index 000000000000..2509230507df
--- /dev/null
+++ b/jcompile.sh
@@ -0,0 +1,9 @@
+#!/bin/bash
+shopt -s globstar
+
+RENEW_HOME=/usr/share/java/renew
+
+printf -v CLASSPATH '%s:' $RENEW_HOME/**/*.jar
+export CLASSPATH
+
+exec javac $@