lib/Tools/java
author huffman
Sun, 24 Oct 2010 15:42:57 -0700
changeset 40213 b63e966564da
parent 36238 344377ce2e0a
child 41380 92237dee0f29
permissions -rwxr-xr-x
rename case combinators generated by domain package to 'foo_case' instead of 'foo_when'

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

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