lib/Tools/scala
author ballarin
Tue, 29 Sep 2009 22:15:54 +0200
changeset 32804 ca430e6aee1c
parent 29143 72c960b2b83e
child 34282 549969a7f582
permissions -rwxr-xr-x
Propagation of mixins for interpretation; reactivated diagnostic command print_interps.

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

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