lib/Tools/scala
author paulson
Mon, 09 Nov 2009 15:50:31 +0000
changeset 33534 b21c820dfb63
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" "$@"