lib/Tools/java
author wenzelm
Tue, 07 Sep 2010 23:53:27 +0200
changeset 39180 e1d160a9bd5f
parent 36238 344377ce2e0a
child 41380 92237dee0f29
permissions -rwxr-xr-x
tuned properties;

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

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