lib/Tools/java
author blanchet
Thu, 19 Aug 2010 18:16:47 +0200
changeset 38606 3003ddbd46d9
parent 36238 344377ce2e0a
child 41380 92237dee0f29
permissions -rwxr-xr-x
encode "fequal" reasoning rules in Metis problem, just as is done for Sledgehammer -- otherwise any proof that relies on "fequal" found by Sledgehammer can't be reconstructed

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

CLASSPATH="$(jvmpath "$CLASSPATH")"
exec "${THIS_JAVA:-$ISABELLE_JAVA}" "$@"