sigh
This commit is contained in:
parent
ed6cf53632
commit
eace36c160
2 changed files with 10 additions and 0 deletions
5
local/bin/greenfoot
Executable file
5
local/bin/greenfoot
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
APPBASE="/data/courses/java programmeren/greenfoot"
|
||||
JAVAPATH="/usr/lib/jvm/jdk1.8.0_73"
|
||||
CP="$APPBASE/lib/bluej.jar:$JAVAPATH/lib/tools.jar"
|
||||
"$JAVAPATH/bin/java" -cp "$CP" bluej.Boot -greenfoot=true -bluej.compiler.showunchecked=false "$@"
|
Loading…
Add table
Add a link
Reference in a new issue