lib/Tools/scala
author wenzelm
Sun, 28 Jun 2009 16:46:00 +0200
changeset 31828 31584cf201cc
parent 29143 72c960b2b83e
child 34282 549969a7f582
permissions -rwxr-xr-x
sane platform look-and-feel;

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

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