lib/Tools/scala
author wenzelm
Mon, 11 Nov 2013 17:34:44 +0100
changeset 54383 9d3c7a04a65e
parent 53576 793a429c63e7
child 59894 ca16b657901f
permissions -rwxr-xr-x
removed obsolete RC tags;

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

isabelle_admin_build jars || exit $?

isabelle_scala scala -Dfile.encoding=UTF-8 \
  -classpath "$(jvmpath "$ISABELLE_CLASSPATH")" "$@"