lib/Tools/scala
author wenzelm
Sun, 02 Nov 2014 16:47:45 +0100
changeset 58872 f0f623005324
parent 53576 793a429c63e7
child 59894 ca16b657901f
permissions -rwxr-xr-x
added update_header tool;

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