mirror of
https://github.com/processing/processing4.git
synced 2026-02-09 16:49:21 +01:00
install files.. rolling back to an older jikes.. sorta
This commit is contained in:
13
processing/build/linux/dist/processing
vendored
Executable file
13
processing/build/linux/dist/processing
vendored
Executable file
@@ -0,0 +1,13 @@
|
||||
#!/bin/sh
|
||||
|
||||
CLASSPATH=java/lib/rt.jar:lib:lib/build:lib/pde.jar:lib/core.jar:lib/antlr.jar:lib/oro.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`:`pwd`/java/bin:${PATH}
|
||||
export PATH
|
||||
|
||||
#exec java/bin/java PdeBase
|
||||
java PdeBase
|
||||
Reference in New Issue
Block a user