lib/Tools/scala
author wenzelm
Wed, 12 May 2010 11:31:05 +0200
changeset 36819 fc8a6b5f9b0b
parent 34297 5c0a2583f997
child 37174 6feaab4fc27d
permissions -rwxr-xr-x
format as topmost list of "divs", not just adjacent "spans" -- for proper line breaking;

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