lib/Tools/java
author blanchet
Fri, 03 Dec 2010 18:29:49 +0100
changeset 40942 e08fa125c268
parent 36238 344377ce2e0a
child 41380 92237dee0f29
permissions -rwxr-xr-x
update documentation

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

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