lib/Tools/java
author traytel
Mon, 26 Aug 2013 13:44:46 +0200
changeset 53203 222ea6acbdd6
parent 48915 34fac6fb9b03
child 53346 26c795734b3c
permissions -rwxr-xr-x
moved derivation of ctor_dtor_unfold to sugar (streamlines fp_result interface)

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