mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
fix for local jdk (issue #466)
This commit is contained in:
@@ -71,7 +71,7 @@ APPDIR=`dirname "$APPDIR"`
|
||||
log APPDIR
|
||||
|
||||
# Try using a local JDK from the same directory as this script
|
||||
JDKDIR=`readlink -f "$APPDIR/java"`
|
||||
JDKDIR=`readlink -f "$APPDIR/java"` && JDKDIR=`dirname "$JDKDIR"`/..
|
||||
make_jdkcp "$JDKDIR"
|
||||
log SUCCESS
|
||||
|
||||
|
||||
Reference in New Issue
Block a user