lib/Tools/java
author wenzelm
Tue, 31 Mar 2009 22:23:33 +0200
changeset 30825 14d24e1fe594
parent 29143 72c960b2b83e
child 36212 ebfa4bb0d50f
permissions -rwxr-xr-x
fixed header; misc simplification, use Conjunction.dest_conjunctions;

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

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