lib/Tools/java
author wenzelm
Tue, 20 Oct 2009 21:37:06 +0200
changeset 33032 a707a1f37d29
parent 29143 72c960b2b83e
child 36212 ebfa4bb0d50f
permissions -rwxr-xr-x
fixed SML/NJ toplevel pp; tuned;

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

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