lib/Tools/java
author huffman
Thu, 11 Jun 2009 19:44:39 -0700
changeset 31570 784decc70e07
parent 29143 72c960b2b83e
child 36212 ebfa4bb0d50f
permissions -rwxr-xr-x
generalize lemma edelstein_fix

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

CLASSPATH="$(jvmpath "$CLASSPATH")"
exec "$ISABELLE_JAVA" "$@"