lib/Tools/java
author wenzelm
Wed, 10 Jun 2009 00:46:37 +0200
changeset 31541 4ed9d9dc17ee
parent 29143 72c960b2b83e
child 36212 ebfa4bb0d50f
permissions -rwxr-xr-x
simplified Graph.extend;

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

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