lib/Tools/scala
author wenzelm
Wed, 23 Jul 2014 21:02:45 +0200
changeset 57626 2288a6f17930
parent 53576 793a429c63e7
child 59894 ca16b657901f
permissions -rwxr-xr-x
more official Thy_Info.script_thy;

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