lib/Tools/java
author hoelzl
Tue, 04 May 2010 18:05:22 +0200
changeset 36648 43b66dcd9266
parent 36238 344377ce2e0a
child 41380 92237dee0f29
permissions -rwxr-xr-x
Add Convex to Library build

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

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