lib/Tools/scalac
author wenzelm
Mon, 27 Oct 2014 16:11:24 +0100
changeset 58791 00916b0dd596
parent 53576 793a429c63e7
child 61294 2d3d26e9b191
permissions -rwxr-xr-x
clarified ISABELLE_JDK_HOME vs. JAVA_HOME;

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