use a runner from the installation dir

This commit is contained in:
Felix Van der Jeugt 2020-12-04 14:44:40 +01:00
parent ae1971596a
commit bfa9bc9483
No known key found for this signature in database
GPG Key ID: 58B209295023754D
2 changed files with 0 additions and 8 deletions

View File

@ -1,3 +0,0 @@
#!/bin/sh
cd /data/courses/java-programmeren/bluej
make run

View File

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