lib/Tools/scala
author hoelzl
Fri, 26 Mar 2010 18:03:01 +0100
changeset 35977 30d42bfd0174
parent 34297 5c0a2583f997
child 37174 6feaab4fc27d
permissions -rwxr-xr-x
Added finite measure space.

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