Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where can I find a particular version of the IBM JDK/JRE for Windows?

Tags:

java

websphere

j9

I'm trying to get a rather JDK-sensitive piece of Oracle software working with Websphere, and I need to find some particular versions of the IBM JDK to try. The problem is that IBM doesn't really make these readily available like Sun/Oracle does with theirs, and all the versions I've been able to get my hands on haven't worked for one reason or another.

Specifically, I need one of:
IBM Java 5 SR9 for Windows (ideal)
IBM Java 5 SR2 for Windows
IBM Java 5 SR10 for Windows

How could I get these directly from IBM? My company has a support contract for Websphere, and I hopefully could have one of our Websphere engineers download it if I can tell them where to go.

like image 494
Kaypro II Avatar asked Sep 29 '10 17:09

Kaypro II


People also ask

How do I find my JDK version IBM?

The best way to determine the current JDK/SDK for WebSphere and Information Server is to go into the JDK's bin directory and issue "java -version". For WAS, that would be under WebSphere/AppServer/java or java_1. 7_64 directory. For Information Server, it is in the InformationServer/jdk directory.

What is the latest version of the JRE?

As of March 2022, Java 18 is the latest released Java version. In September 2022, Java 19 will follow.

Can we have different JDK and JRE versions?

If you Open your JDK folder (C:\Program Files\Java\jdk1. 8.0_152) , you can find JRE there. Coming to your Question; No it is not necessary to have both JDK and JRE of same version as we don't use both at the same time.


1 Answers

I don't know if this is still true(but this was certainly true in the past), but here is the story.

Due to Java License restrictions earlier, the JDK cannot be provided alone by vendors like IBM.

I am unable to pull this info from any IBM site at the moment but i am pretty certain about these license restrictions in the past.

Here is a post by another gentleman in this space: From : http://www.ibm.com/developerworks/forums/thread.jspa?messageID=14514070

Unfortunately you can get hold of the JDK only as part of another IBM product (say, Websphere or any Rational product) that you purchased. Our licensing agreement with Sun/Oracle forbids us from providing direct downloads of the IBM JDK on any platforms that Oracle/Sun also support (namely Windows and Linux). If you look at the Java downloads section of the developerWorks website, you'll only find SDKs for AIX, z/OS and Linux on System p/z, since those are IBM owned platforms that Oracle doesn't support.

Since the JDK is shipped along with Websphere/Rational/Tivoli products, you can use it if you already have one of them deployed(though even then you may have SR8 FP1, unless you also install the very latest fix packs for those products).

like image 198
Manglu Avatar answered Oct 06 '22 00:10

Manglu