lib/Tools/java
author krauss
Tue, 30 Mar 2010 15:25:35 +0200
changeset 36043 d149c3886e7e
parent 29143 72c960b2b83e
child 36212 ebfa4bb0d50f
permissions -rwxr-xr-x
removed dead code; fixed typo

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

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