lib/Tools/scala
author wenzelm
Mon, 21 Jul 2014 14:24:10 +0200
changeset 57589 e0e4ac981cf1
parent 53576 793a429c63e7
child 59894 ca16b657901f
permissions -rwxr-xr-x
always complete explicit symbols;

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