lib/Tools/scala
author blanchet
Fri, 25 Jul 2014 11:26:17 +0200
changeset 57671 dc5e1b1db9ba
parent 53576 793a429c63e7
child 59894 ca16b657901f
permissions -rwxr-xr-x
avoid 'eproof' and 'eproof_ram' scripts if possible (i.e. if 'eprover' can produce reasonable enough proofs for one-liner reconstruction)

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