Nagesh
Nagesh

Reputation: 347

Download IBM Java JDK 8 for windows

I am looking to Download IBM Java JDK 8 for windows 10 OS or Windows Server 2012 R2 OS.

Does IBM provide JAVA JDK 8 software so that we can install and test it?

Or

Does IBM provide only AIX and Linux supported IBM Java 8 installation software?

I referred the IBM page, it contains only AIX, Linux version of Java installation software. https://developer.ibm.com/javasdk/downloads/sdk8/

Upvotes: 1

Views: 12378

Answers (2)

You can download the IBM Java SDK (aka Semeru) from here: https://www.ibm.com/support/pages/java-sdk-downloads

enter image description here

Upvotes: 1

Federico klez Culloca
Federico klez Culloca

Reputation: 27119

IBM says

The SDK is available only as part of an IBM product.

Which means follow the links at the end of the page you linked from your question, download Eclipse, use the JDK that will be installed with Eclispe. Then, if you don't want Eclipse, delete it and keep the SDK.

OR

You can use OpenJ9, which is the JDK used by the IBM SDK.

As an aside I have to wonder why you need the IBM JDK in particular.

Upvotes: 4

Related Questions