lib/Tools/java
author berghofe
Wed, 25 Feb 2009 11:05:06 +0100
changeset 30087 a780642a9c9c
parent 29143 72c960b2b83e
child 36212 ebfa4bb0d50f
permissions -rwxr-xr-x
nominal_inductive and equivariance now work on local_theory.

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

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