lib/Tools/java
author wenzelm
Mon, 13 May 2013 22:26:59 +0200
changeset 51972 39052352427d
parent 48915 34fac6fb9b03
child 53346 26c795734b3c
permissions -rwxr-xr-x
more direct output of remaining PGIP rudiments; tuned signature;

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