lib/Tools/java
author bulwahn
Mon, 08 Nov 2010 09:25:43 +0100
changeset 40420 552563ea3304
parent 36238 344377ce2e0a
child 41380 92237dee0f29
permissions -rwxr-xr-x
adding code and theory for smallvalue generators, but do not setup the interpretation yet

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

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