lib/Tools/scala
author wenzelm
Wed, 02 Dec 2009 12:04:07 +0100
changeset 33930 6a973bd43949
parent 29143 72c960b2b83e
child 34282 549969a7f582
permissions -rwxr-xr-x
slightly less ambitious settings, to avoid potential out-of-memory problem;

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

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