lib/Tools/java
author wenzelm
Fri, 31 Jul 2009 11:34:14 +0200
changeset 32299 5f33ce0ed21f
parent 29143 72c960b2b83e
child 36212 ebfa4bb0d50f
permissions -rwxr-xr-x
modernized generated example session;

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

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