lib/Tools/java
author blanchet
Tue, 14 Sep 2010 19:38:44 +0200
changeset 39370 f8292d3020db
parent 36238 344377ce2e0a
child 41380 92237dee0f29
permissions -rwxr-xr-x
use same hack as in "Async_Manager" to work around Proof General bug

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

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