lib/Tools/java
author hoelzl
Tue, 02 Jun 2009 13:59:32 +0200
changeset 31363 7493b571b37d
parent 29143 72c960b2b83e
child 36212 ebfa4bb0d50f
permissions -rwxr-xr-x
Added theorems about distinct & concat, map & replicate and concat & replicate

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

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