lib/Tools/java
author wenzelm
Mon, 10 May 2010 22:29:27 +0200
changeset 36789 076eded99ef7
parent 36238 344377ce2e0a
child 41380 92237dee0f29
permissions -rwxr-xr-x
Scala for Netbeans 6.8v1.1.0rc2;

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

CLASSPATH="$(jvmpath "$CLASSPATH")"
exec "${THIS_JAVA:-$ISABELLE_JAVA}" "$@"