| author | Andreas Lochbihler | 
| Wed, 30 May 2012 16:05:21 +0200 | |
| changeset 48042 | 918a92d4079f | 
| parent 47748 | 24550210de0b | 
| child 48915 | 34fac6fb9b03 | 
| permissions | -rwxr-xr-x | 
#!/usr/bin/env bash # # Author: Makarius # # DESCRIPTION: invoke Scala within the Isabelle environment [ -e "$ISABELLE_HOME/Admin/build" ] && { "$ISABELLE_HOME/Admin/build" jars || exit $?; } CLASSPATH="$(jvmpath "$CLASSPATH")" isabelle_scala scala -Dfile.encoding=UTF-8 \ "-Djava.ext.dirs=$("$ISABELLE_HOME/src/Tools/JVM/java_ext_dirs")" "$@"