lib/Tools/scala
author wenzelm
Sat, 22 Nov 2014 15:27:48 +0100
changeset 59032 f36496364ce1
parent 53576 793a429c63e7
child 59894 ca16b657901f
permissions -rwxr-xr-x
tuned;

#!/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")" "$@"