lib/Tools/java
author hoelzl
Fri, 26 Mar 2010 18:03:01 +0100
changeset 35977 30d42bfd0174
parent 29143 72c960b2b83e
child 36212 ebfa4bb0d50f
permissions -rwxr-xr-x
Added finite measure space.

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

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