lib/Tools/scalac
author wenzelm
Mon, 19 May 2014 15:23:08 +0200
changeset 57000 c914618feef8
parent 53576 793a429c63e7
child 61294 2d3d26e9b191
permissions -rwxr-xr-x
some adhoc event handling to unify L&F button focus behavior, e.g. Mac OS X vs. Nimbus;

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