lib/Tools/scala
author wenzelm
Wed, 06 Jan 2010 22:18:52 +0100
changeset 34283 7911e83d06c0
parent 34282 549969a7f582
child 34297 5c0a2583f997
permissions -rwxr-xr-x
simplified build/bootstrap of graph browser -- avoid make;

#!/usr/bin/env bash
#
# Author: Makarius
#
# DESCRIPTION: invoke Scala within the Isabelle environment

[ -e "$ISABELLE_HOME/Admin/build" ] && "$ISABELLE_HOME/Admin/build" jars

CLASSPATH="$(jvmpath "$CLASSPATH")"
exec "$ISABELLE_SCALA" "$@"