lib/Tools/scala
author haftmann
Tue, 14 Jul 2009 15:54:19 +0200
changeset 32064 53ca12ff305d
parent 29143 72c960b2b83e
child 34282 549969a7f582
permissions -rwxr-xr-x
refinement of lattice classes

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

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