lib/Tools/scala
author blanchet
Fri, 14 Mar 2014 11:15:46 +0100 (2014-03-14)
changeset 56128 c106ac2ff76d
parent 53576 793a429c63e7
child 59894 ca16b657901f
permissions -rwxr-xr-x
undo rewrite rules (e.g. for 'fun_app') in Isar
#!/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")" "$@"