lib/Tools/scala
author haftmann
Sat, 14 Mar 2009 12:50:29 +0100
changeset 30531 ab3d61baf66a
parent 29143 72c960b2b83e
child 34282 549969a7f582
permissions -rwxr-xr-x
reverted to old version of Set.thy -- strange effects have to be traced first

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

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