lib/Tools/java
author haftmann
Wed, 01 Sep 2010 15:10:12 +0200
changeset 39019 bfd0c0e4dbee
parent 36238 344377ce2e0a
child 41380 92237dee0f29
permissions -rwxr-xr-x
merged

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

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