lib/Tools/java
author haftmann
Tue, 20 Jul 2010 06:35:29 +0200
changeset 37891 c26f9d06e82c
parent 36238 344377ce2e0a
child 41380 92237dee0f29
permissions -rwxr-xr-x
robustified metis proof

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

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