lib/Tools/java
author wenzelm
Sun, 22 Aug 2010 19:53:20 +0200
changeset 38579 ce46a6f55bce
parent 36238 344377ce2e0a
child 41380 92237dee0f29
permissions -rwxr-xr-x
tuned signature;

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

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