lib/Tools/scala
author wenzelm
Thu, 26 Sep 2013 10:42:10 +0200
changeset 53912 f6fb8ca4517f
parent 53576 793a429c63e7
child 59894 ca16b657901f
permissions -rwxr-xr-x
initialize class immediately (potentially more robust);

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