lib/Tools/scalac
author wenzelm
Fri, 05 Oct 2018 23:49:12 +0200
changeset 69126 e1b4b14ded58
parent 67490 982f0bf34804
child 73988 678e1c9eb009
permissions -rwxr-xr-x
discontinue java.ext.dirs for jdk-11 -- in contrast to 982f0bf34804 for jdk-8;

#!/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 \
  -classpath "$(platform_path "$ISABELLE_CLASSPATH")" "$@"