From 4fac1af0e779eaeac48246a3a0ba6c6236b4698c Mon Sep 17 00:00:00 2001 From: Tim Ellison Date: Thu, 17 Aug 2023 16:51:54 +0100 Subject: [PATCH] Rationalise AIX footnotes (#2087) Clarify runtime packages required in install page --- content/asciidoc-pages/installation/archives/index.adoc | 7 +++++++ content/asciidoc-pages/supported-platforms/index.adoc | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/content/asciidoc-pages/installation/archives/index.adoc b/content/asciidoc-pages/installation/archives/index.adoc index e5ef9f5a7..6980c2e82 100644 --- a/content/asciidoc-pages/installation/archives/index.adoc +++ b/content/asciidoc-pages/installation/archives/index.adoc @@ -107,6 +107,13 @@ java -version == AIX +. The last versions of Eclipse Temurin able to run on AIX 7.1 were 8u362, +11.0.18 and 17.0.8. Later versions require IBM XL C/C++ runtime package, +available with the compiler or standalone, for +link:https://www.ibm.com/support/pages/ibm-xl-cc-runtime-aix-131[AIX 13.1] +for JDK8, and +link:https://www.ibm.com/support/pages/ibm-xl-cc-runtime-aix-161[AIX 16.1] +for JDK11+. . Make sure you have downloaded the latest link:/download[AIX binary] to a directory that will not move or be deleted, and use Terminal to cd into it. diff --git a/content/asciidoc-pages/supported-platforms/index.adoc b/content/asciidoc-pages/supported-platforms/index.adoc index f591a3fe1..b51118441 100644 --- a/content/asciidoc-pages/supported-platforms/index.adoc +++ b/content/asciidoc-pages/supported-platforms/index.adoc @@ -87,7 +87,7 @@ icon:check[] - Supported, icon:docker[] - Docker image available, icon:times[] - | Solaris 11 | icon:check[] | icon:times[] | icon:times[] | icon:times[] | Solaris 10u11 | icon:check[] | icon:times[] | icon:times[] | icon:times[] -5+h| AIX (PowerPC 64-bit Big Endian) footnote:aix71[Running the latest versions on AIX 7.1 is no longer supported. The last versions which targetted able to run on AIX 7.1 were jdk8u362, jdk-11.0.18 and jdk-17.0.8] footnote:alxrt[Requires XLC runtime packages from the compiler or standalone for XLC 13 for JDK8: https://www.ibm.com/support/pages/ibm-xl-cc-runtime-aix-131 or XLC 16 for JDK11+: https://www.ibm.com/support/pages/ibm-xl-cc-runtime-aix-161] +5+h| AIX (PowerPC 64-bit Big Endian) footnote:aix71[AIX 7.1 is no longer supported. The last versions able to run on AIX 7.1 were 8u362, 11.0.18 and 17.0.8 ] | AIX 7.2 | icon:check[] | icon:check[] | icon:check[] | icon:times[] |=== --