fix greenfoot for tiling

This commit is contained in:
Felix Van der Jeugt 2018-11-21 16:36:11 +01:00
parent 7a0ccc12e3
commit 95e9b8ac93
No known key found for this signature in database
GPG Key ID: 58B209295023754D
1 changed files with 1 additions and 1 deletions

View File

@ -2,4 +2,4 @@
APPBASE="/data/courses/java-programmeren/greenfoot"
JAVAPATH="/usr/lib/jvm/oracle-jdk"
CP="$APPBASE/lib/bluej.jar:$JAVAPATH/lib/tools.jar"
"$JAVAPATH/bin/java" -cp "$CP" bluej.Boot -greenfoot=true -bluej.compiler.showunchecked=false "$@"
_JAVA_AWT_WM_NONREPARENTING=1 "$JAVAPATH/bin/java" -cp "$CP" bluej.Boot -greenfoot=true -bluej.compiler.showunchecked=false "$@"