lib/Tools/java
author huffman
Wed, 10 Jun 2009 11:54:00 -0700
changeset 31559 ca9e56897403
parent 29143 72c960b2b83e
child 36212 ebfa4bb0d50f
permissions -rwxr-xr-x
use constants subseq, incseq, monoseq

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

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