lib/Tools/scala
author blanchet
Wed, 21 Apr 2010 14:02:19 +0200
changeset 36266 28188e3650ee
parent 34297 5c0a2583f997
child 37174 6feaab4fc27d
permissions -rwxr-xr-x
clarify error message

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