lib/Tools/java
author huffman
Sun, 19 Dec 2010 06:59:01 -0800
changeset 41289 f655912ac235
parent 36238 344377ce2e0a
child 41380 92237dee0f29
permissions -rwxr-xr-x
minimize imports; move domain class instances for powerdomain types into Powerdomains.thy

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

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