lib/Tools/java
author nipkow
Wed, 15 Jul 2009 12:44:41 +0200
changeset 32005 c369417be055
parent 29143 72c960b2b83e
child 36212 ebfa4bb0d50f
permissions -rwxr-xr-x
made upt/upto executable on nat/int by simp

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

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