lib/Tools/scala
author wenzelm
Mon, 26 Oct 2009 11:30:08 +0100
changeset 33178 70522979c7be
parent 29143 72c960b2b83e
child 34282 549969a7f582
permissions -rwxr-xr-x
more precise dependencies, notably for HOL-Multivariate_Analysis;

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

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