lib/Tools/java
author wenzelm
Mon, 04 Jan 2010 22:16:48 +0100
changeset 34255 2dd2547acb41
parent 29143 72c960b2b83e
child 36212 ebfa4bb0d50f
permissions -rwxr-xr-x
discontinued old ISABELLE and ISATOOL environment settings;

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

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