lib/Tools/scala
author hoelzl
Tue, 27 Jan 2015 16:12:40 +0100
changeset 59452 2538b2c51769
parent 53576 793a429c63e7
child 59894 ca16b657901f
permissions -rwxr-xr-x
ereal: tuned proofs concerning continuity and suprema

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