Admin/java/settings
author wenzelm
Tue, 24 Jul 2012 10:58:43 +0200
changeset 48462 424fd5364f15
parent 48156 39ba7244544c
permissions -rw-r--r--
clarified "this_name" vs. former "reset" feature -- imitate the latter by loading other session sources directly;

# -*- 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