lib/Tools/scala
author huffman
Mon, 08 Mar 2010 11:34:53 -0800
changeset 35655 e8e4af6da819
parent 34297 5c0a2583f997
child 37174 6feaab4fc27d
permissions -rwxr-xr-x
generate take_induct lemmas

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