lib/Tools/java
author wenzelm
Mon, 28 Dec 2009 20:01:43 +0100
changeset 34199 1e40a1009ac1
parent 29143 72c960b2b83e
child 36212 ebfa4bb0d50f
permissions -rwxr-xr-x
system shutdown hook: strict kill;

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

CLASSPATH="$(jvmpath "$CLASSPATH")"
exec "$ISABELLE_JAVA" "$@"