some files for universal JDK 1.6.0_31 component;
authorwenzelm
Wed, 27 Jun 2012 13:56:34 +0200
changeset 48156 39ba7244544c
parent 48155 1a6fa9b8140c
child 48157 303a7384cffd
child 48159 0b3fd5ff8ea7
some files for universal JDK 1.6.0_31 component;
Admin/java/README
Admin/java/settings
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Admin/java/README	Wed Jun 27 13:56:34 2012 +0200
@@ -0,0 +1,4 @@
+This is JDK 1.6.0_31 for Linux and Windows from
+http://www.oracle.com/technetwork/java/javase/downloads/index.html
+
+On Mac OS X the version provided by Apple is used instead.
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Admin/java/settings	Wed Jun 27 13:56:34 2012 +0200
@@ -0,0 +1,10 @@
+# -*- 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