lib/Tools/java
author huffman
Wed, 18 Feb 2009 09:47:58 -0800
changeset 29977 d76b830366bc
parent 29143 72c960b2b83e
child 36212 ebfa4bb0d50f
permissions -rwxr-xr-x
move polynomial order stuff from Fundamental_Theorem_Algebra to Polynomial

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

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