1

Followed the link to get the IBM jdk7 :

https://www.ibm.com/developerworks/java/jdk/eclipse/

but found that IBM provides jdk for windows integrated with the eclipse(Luna) present inside the package : IBM Development Package for Eclipse downloaded from the site.

It will be really helpful if some one could pin point me to a IBM jdk similar to Sun/Oracle

Ranjan
  • 475
  • 1
  • 5
  • 18

1 Answers1

0

The IBM JDK download page has moved to: https://developer.ibm.com/javasdk/downloads/

For Windows, the JDK is available as part of the "IBM Development package for Eclipse": https://developer.ibm.com/javasdk/downloads/#tab_eclipse and not as a separate download.

It is possible to extract the JDK back out of the eclipse package...

Dan Heidinga
  • 489
  • 2
  • 11
  • @DanHeidinga..don't think so that it can be extracted..but referencing it directly to the JAVA_HOME path worked for me..as I only wanted to test one of my application for few days due client requirement. – Ranjan Dec 05 '16 at 14:09