lib/Tools/java
author huffman
Mon, 22 Mar 2010 15:45:54 -0700
changeset 35908 21e45c81e828
parent 29143 72c960b2b83e
child 36212 ebfa4bb0d50f
permissions -rwxr-xr-x
remove unused adm_tac.ML

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

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