lib/Tools/java
author blanchet
Thu, 28 Oct 2010 09:40:57 +0200
changeset 40225 2de5dd0cd3a2
parent 36238 344377ce2e0a
child 41380 92237dee0f29
permissions -rwxr-xr-x
clear identification

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

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