lib/Tools/java
author wenzelm
Tue, 02 Jun 2009 23:30:45 +0200
changeset 31384 ce169bd37fc0
parent 29143 72c960b2b83e
child 36212 ebfa4bb0d50f
permissions -rwxr-xr-x
IsabelleProcess: emit status "ready" after initialization and reports;

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

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