lib/Tools/java
author wenzelm
Mon, 07 Dec 2009 00:02:07 +0100
changeset 34005 ada5098506af
parent 29143 72c960b2b83e
child 36212 ebfa4bb0d50f
permissions -rwxr-xr-x
toString: more robust handling of null; tuned;

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

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