lib/Tools/scala
author haftmann
Thu, 04 Mar 2010 11:22:06 +0100
changeset 35565 56b070cd7ab3
parent 34297 5c0a2583f997
child 37174 6feaab4fc27d
permissions -rwxr-xr-x
lemmas set_map_of_compr, map_of_inject_set

#!/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")"
exec "$ISABELLE_SCALA" "$@"