0

Does anyone have any information about JDK8 options for AIX environment? As per my information IBM has yet to release Java 8. Are there any other releases of JDK8 for AIX?

DNA
  • 42,007
  • 12
  • 107
  • 146
user3189384
  • 53
  • 1
  • 8

1 Answers1

3

For AIX environments, IBM provides his own JVM that is called J9.

It currently supports Java from 1.4.2 to 1.8 (Java 8). SDK can be downloaded at developerWorks.

I don't know any other certified JVM that works under AIX.

There is a project to port OpenJDK to PowerPC/AIX. It seems to be a bit experimental. See OpenJDK Wiki for latest new.


IBM Java SDK 8 was not yet available in the original answer that mentioned a beta program that is now obsolete since IBM released Java SDK 8 publicly.

Community
  • 1
  • 1
superbob
  • 1,628
  • 13
  • 24