lib/Tools/java
author wenzelm
Mon, 09 Aug 2010 18:18:32 +0200
changeset 38253 3d4e521014f7
parent 36238 344377ce2e0a
child 41380 92237dee0f29
permissions -rwxr-xr-x
Isabelle_Process: separate input fifo for commands (still using the old tty protocol); some partial workarounds for Cygwin;

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

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