lib/Tools/scala
author nipkow
Sun, 02 Mar 2014 18:41:26 +0100
changeset 55834 459b5561ba4e
parent 53576 793a429c63e7
child 59894 ca16b657901f
permissions -rwxr-xr-x
tuned proofs

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