lib/Tools/java
author blanchet
Wed, 08 May 2013 19:16:43 +0200
changeset 51921 bbbacaef19a6
parent 48915 34fac6fb9b03
child 53346 26c795734b3c
permissions -rwxr-xr-x
avoid polymorphic uncurried aliases with more arguments than there are arguments in the most general type of a HOL constant, to dodge issues at declaration time

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

CLASSPATH="$(jvmpath "$CLASSPATH")"
isabelle_jdk java -Dfile.encoding=UTF-8 -server \
  "-Djava.ext.dirs=$(jvmpath "$ISABELLE_JAVA_EXT:$ISABELLE_HOME/lib/classes/ext")" "$@"