lib/Tools/scala
author wenzelm
Sat, 10 Jan 2009 21:32:30 +0100
changeset 29435 a5f84ac14609
parent 29143 72c960b2b83e
child 34282 549969a7f582
permissions -rwxr-xr-x
added parallel_proofs flag (default true, cf. usedir option -Q), which can be disabled in low-memory situations;

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

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