lib/Tools/java
author haftmann
Mon, 15 Jun 2009 08:16:09 +0200
changeset 31637 e1223f58ea9b
parent 29143 72c960b2b83e
child 36212 ebfa4bb0d50f
permissions -rwxr-xr-x
skip_proof not operative here

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

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