lib/Tools/java
author hoelzl
Tue, 24 Aug 2010 14:41:37 +0200
changeset 38705 aaee86c0e237
parent 36238 344377ce2e0a
child 41380 92237dee0f29
permissions -rwxr-xr-x
moved generic lemmas in Probability to HOL

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

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