lib/Tools/scalac
author wenzelm
Wed, 06 Jun 2018 14:50:18 +0200
changeset 68401 cd53ad6e7d96
parent 67490 982f0bf34804
child 69126 e1b4b14ded58
permissions -rwxr-xr-x
Added tag Isabelle2018-RC0 for changeset 194fa3d2d6a4

#!/usr/bin/env bash
#
# Author: Makarius
#
# DESCRIPTION: invoke Scala compiler within the Isabelle environment

isabelle_admin_build jars || exit $?

isabelle_scala scalac -Dfile.encoding=UTF-8 \
  "-Djava.ext.dirs=$(platform_path "$ISABELLE_JDK_HOME/jre/lib/ext")" \
  -classpath "$(platform_path "$ISABELLE_CLASSPATH")" "$@"