lib/Tools/scala
author haftmann
Fri, 13 Feb 2009 10:30:26 +0100
changeset 29891 42aa700354d6
parent 29143 72c960b2b83e
child 34282 549969a7f582
permissions -rwxr-xr-x
merged

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

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