lib/Tools/java
author haftmann
Fri, 08 Jan 2010 14:34:18 +0100
changeset 34307 9074aa7d06e0
parent 29143 72c960b2b83e
child 36212 ebfa4bb0d50f
permissions -rwxr-xr-x
single quote is not a valid letter any more

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

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