lib/Tools/java
author wenzelm
Wed, 06 Jan 2010 20:00:22 +0100
changeset 34282 549969a7f582
parent 29143 72c960b2b83e
child 36212 ebfa4bb0d50f
permissions -rwxr-xr-x
simplified build/bootstrap of Isabelle/Scala components -- avoid make;

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

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