lib/Tools/scala
author wenzelm
Fri, 31 Oct 2014 22:09:18 +0100
changeset 58855 2885e2eaa0fb
parent 53576 793a429c63e7
child 59894 ca16b657901f
permissions -rwxr-xr-x
removed pointless markup; tuned comments;

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