lib/Tools/scala
author wenzelm
Sat, 29 Nov 2008 17:09:28 +0100
changeset 28907 1a470f95ef18
parent 27916 09b3010ffaf2
child 29143 72c960b2b83e
permissions -rwxr-xr-x
Important notes on Mercurial repository access for Isabelle.

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

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