lib/Tools/java
author hoelzl
Tue, 05 May 2009 17:09:18 +0200
changeset 31099 03314c427b34
parent 29143 72c960b2b83e
child 36212 ebfa4bb0d50f
permissions -rwxr-xr-x
optimized Approximation by precompiling approx_inequality

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

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