lib/Tools/java
author blanchet
Mon, 08 Nov 2010 02:33:48 +0100
changeset 40419 718b44dbd74d
parent 36238 344377ce2e0a
child 41380 92237dee0f29
permissions -rwxr-xr-x
make sure the SMT solver runs several iterations by lowering the timeout at each iteration -- yields better results in practice

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

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