lib/Tools/java
author wenzelm
Mon, 21 Jun 2010 18:31:52 +0200
changeset 37485 64b0356d0f19
parent 36238 344377ce2e0a
child 41380 92237dee0f29
permissions -rwxr-xr-x
back to post-release mode;

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

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