lib/Tools/java
author wenzelm
Sun, 19 Sep 2010 22:40:22 +0200
changeset 39528 c01d89d18ff0
parent 36238 344377ce2e0a
child 41380 92237dee0f29
permissions -rwxr-xr-x
refined Isabelle_Process startup: emit \002 before rendezvous on fifos, more robust treatment of startup failure with timeout, do not quit() after main loop; tuned;

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

CLASSPATH="$(jvmpath "$CLASSPATH")"
exec "${THIS_JAVA:-$ISABELLE_JAVA}" "$@"