lib/Tools/java
author haftmann
Tue, 07 Jul 2009 17:37:00 +0200
changeset 31954 8db19c99b00a
parent 29143 72c960b2b83e
child 36212 ebfa4bb0d50f
permissions -rwxr-xr-x
Stefan Berghofer's code generator uses Pure equality instead of HOL equality now

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

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