lib/Tools/java
author bulwahn
Tue, 04 Aug 2009 08:34:56 +0200
changeset 32312 26a9d0c69b8b
parent 29143 72c960b2b83e
child 36212 ebfa4bb0d50f
permissions -rwxr-xr-x
refactoring predicate compiler; added type synonyms and functions split_smode and split_mode

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

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