lib/Tools/java
author blanchet
Wed, 15 Sep 2010 18:51:21 +0200
changeset 39426 c551ce5f614a
parent 36238 344377ce2e0a
child 41380 92237dee0f29
permissions -rwxr-xr-x
make "Unprotected concurrency introduces some true randomness." be true; this code is called often and doesn't need to be considered critical. I added CRITICAL by mistake.

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

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