mirror of
https://github.com/processing/processing4.git
synced 2026-02-03 21:59:20 +01:00
Allow processing to find jikes
This commit is contained in:
@@ -3,4 +3,10 @@
|
||||
CLASSPATH=java/lib/rt.jar:lib:lib/build:lib/pde.jar:lib/kjc.jar:lib/antlr.jar:lib/oro.jar:lib/RXTXcomm.jar
|
||||
export CLASSPATH
|
||||
|
||||
# put the directory where this file lives in the front of the path, because
|
||||
# that directory also contains jikes, which we will need at runtime.
|
||||
#
|
||||
PATH=`pwd`/`dirname $0`:${PATH}
|
||||
export PATH
|
||||
|
||||
exec java/bin/java PdeBase
|
||||
|
||||
Reference in New Issue
Block a user