lib/Tools/java
author haftmann
Sat, 13 Jun 2009 09:16:24 +0200
changeset 31622 b30570327b76
parent 29143 72c960b2b83e
child 36212 ebfa4bb0d50f
permissions -rwxr-xr-x
more convenient signature for random_fun_lift

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

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