lib/Tools/java
author huffman
Sun, 21 Feb 2010 08:59:39 -0800
changeset 35286 0e5fe22fa321
parent 29143 72c960b2b83e
child 36212 ebfa4bb0d50f
permissions -rwxr-xr-x
update to use fixrec package

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

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