lib/Tools/java
author haftmann
Fri, 27 Aug 2010 13:55:23 +0200
changeset 38810 361119ea62ee
parent 36238 344377ce2e0a
child 41380 92237dee0f29
permissions -rwxr-xr-x
re-added accidental omission

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

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