Downloading IBM J9 JDK [closed]

有些话、适合烂在心里 提交于 2019-12-06 18:30:02

问题


I have the following questions on IBM J9 JDK/JRE.

  1. Does any one know the location where I can download the latest J9 JDK? I googed it and couldn't find the location.
  2. What is the relation between IBM J9 JDK and Apache Harmony project?

Thank you.


回答1:


As McDowell suggested in his comment. You can get the J9 JDK from this link: https://developer.ibm.com/javasdk/downloads/. Specifically..

Linux - https://www.ibm.com/developerworks/java/jdk/linux/download.html

Windows - To get the JDK for windows is a tricky one. You have to download IBM Development Package for Eclipse. This will give you a eclipse Europa (3.3) version, along with J9 JDK version 1.6.

Previously J9 was the recommended VM for running the harmony class files, as their own version of JVM was incomplete. Have a look at this wiki page.

http://en.wikipedia.org/wiki/Apache_Harmony

In the end of November, 2006, the language support provided by these virtual machine was still incomplete, and the build instructions recommended to use IBM's proprietary J9 instead to run the class library test suite. However, this is not necessary anymore (as of July 2007). The DRLVM virtual machine is currently (as of July 2006) under heavy development, so a fast improvement of its features can be expected




回答2:


1: http://wiki.eclipse.org/J9? - try this




回答3:


Official J9 docker images are also available from: https://hub.docker.com/_/ibmjava/



来源:https://stackoverflow.com/questions/4639604/downloading-ibm-j9-jdk

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!