working... working...

This commit is contained in:
benfry
2008-09-20 03:05:21 +00:00
parent 4713069755
commit 2818cbb631
2 changed files with 12 additions and 7 deletions
+3 -2
View File
@@ -1,7 +1,8 @@
#!/bin/sh
APPDIR="$(dirname -- "${0}")"
# includes java/* in case a Java install is available
for LIB in \
java/lib/rt.jar \
java/lib/tools.jar \
@@ -14,4 +15,4 @@ export CLASSPATH
export PATH="${APPDIR}/java/bin:${PATH}"
java processing.app.Base
java processing.app.Commander $*