Skip to content

Commit

Permalink
Rationalise AIX footnotes (#2087)
Browse files Browse the repository at this point in the history
Clarify runtime packages required in install page
  • Loading branch information
tellison authored Aug 17, 2023
1 parent 8cfb03b commit 4fac1af
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions content/asciidoc-pages/installation/archives/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion content/asciidoc-pages/supported-platforms/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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[]
|===
--
Expand Down

0 comments on commit 4fac1af

Please sign in to comment.