lib/Tools/java
author wenzelm
Thu, 09 Sep 2010 18:04:35 +0200
changeset 39235 cda88e68106d
parent 36238 344377ce2e0a
child 41380 92237dee0f29
permissions -rwxr-xr-x
Meson.make_clauses_unsorted: removed spurious debug code stemming from 5146d640aa4a -- must not handle arbitrary exceptions in user space;

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

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