lib/Tools/scalac
author wenzelm
Fri, 08 Jan 2021 22:30:32 +0100
changeset 73110 c87ca43ebd3b
parent 69126 e1b4b14ded58
child 73988 678e1c9eb009
permissions -rwxr-xr-x
avoid rescaled fonts, e.g. dockable buttons on Windows L&F after opening a new view;

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