lib/Tools/java
author haftmann
Sat, 14 Mar 2009 12:50:29 +0100
changeset 30531 ab3d61baf66a
parent 29143 72c960b2b83e
child 36212 ebfa4bb0d50f
permissions -rwxr-xr-x
reverted to old version of Set.thy -- strange effects have to be traced first

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

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