mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
working... working...
This commit is contained in:
Vendored
+3
-2
@@ -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 $*
|
||||
|
||||
Reference in New Issue
Block a user