lib/Tools/java
author boehmes
Mon, 22 Mar 2010 11:45:09 +0100
changeset 35872 9b579860d59b
parent 29143 72c960b2b83e
child 36212 ebfa4bb0d50f
permissions -rwxr-xr-x
removed warning_count (known causes for warnings have been resolved)

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

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