lib/Tools/java
author huffman
Mon, 01 Dec 2008 15:36:48 -0800
changeset 28944 e27abf0db984
parent 27916 09b3010ffaf2
child 29143 72c960b2b83e
permissions -rwxr-xr-x
clean up imports related to ContNotDenum

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

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