lib/Tools/java
author bulwahn
Thu, 11 Jun 2009 22:04:23 +0200
changeset 31575 2263d89fa930
parent 29143 72c960b2b83e
child 36212 ebfa4bb0d50f
permissions -rwxr-xr-x
masking proof with a quick-and-dirty step

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

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