mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
adding java to the path on linux
This commit is contained in:
+4
-3
@@ -6,7 +6,8 @@ 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}
|
||||
PATH=`pwd`/`dirname $0`:`pwd`/java/bin:${PATH}
|
||||
export PATH
|
||||
|
||||
exec java/bin/java PdeBase
|
||||
|
||||
#exec java/bin/java PdeBase
|
||||
java PdeBase
|
||||
|
||||
Reference in New Issue
Block a user