lib/Tools/java
author wenzelm
Tue, 19 Feb 2013 14:47:57 +0100
changeset 51219 2464ba6e6fc9
parent 48915 34fac6fb9b03
child 53346 26c795734b3c
permissions -rwxr-xr-x
suppress timing message in full PIDE protocol -- this is for batch build;

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

CLASSPATH="$(jvmpath "$CLASSPATH")"
isabelle_jdk java -Dfile.encoding=UTF-8 -server \
  "-Djava.ext.dirs=$(jvmpath "$ISABELLE_JAVA_EXT:$ISABELLE_HOME/lib/classes/ext")" "$@"