Admin/java/settings
author wenzelm
Thu, 26 Jul 2012 17:17:53 +0200
changeset 48520 6d4ea2efa64b
parent 48156 39ba7244544c
permissions -rw-r--r--
more build options;

# -*- shell-script -*- :mode=shellscript:

case "$ISABELLE_PLATFORM" in
  *-darwin)
    ISABELLE_JDK_HOME="$(/usr/libexec/java_home -v 1.6)"
    ;;
  *)
    ISABELLE_JDK_HOME="$COMPONENT/${ISABELLE_PLATFORM64:-$ISABELLE_PLATFORM}/jdk1.6.0_31"
    ;;
esac