lib/Tools/java
author ballarin
Wed, 07 Apr 2010 19:17:10 +0200
changeset 36096 abc6a2ea4b88
parent 29143 72c960b2b83e
child 36212 ebfa4bb0d50f
permissions -rwxr-xr-x
Merged resolving conflicts NEWS and locale.ML.

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

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