lib/Tools/java
author wenzelm
Tue, 05 Jan 2010 15:45:32 +0100
changeset 34266 bfe8d6998734
parent 29143 72c960b2b83e
child 36212 ebfa4bb0d50f
permissions -rwxr-xr-x
added filter_proper parameter; added eof; added command_span;

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

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