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

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

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