lib/Tools/java
author wenzelm
Sun, 29 Aug 2010 20:07:59 +0200
changeset 38850 5c3e5c548f12
parent 36238 344377ce2e0a
child 41380 92237dee0f29
permissions -rwxr-xr-x
session_actor: ignore spurious TIMEOUT (again) -- probably stemming from earlier use of receiveWithin;

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

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