Reputation: 19050
All is in the title and I can't find clear information on the web.
Many thanks, Manu
Upvotes: 0
Views: 883
Reputation: 5391
These is the output from my RHEL 6 server:
[root@red6 ~]# yum list '*openjdk*'
Loaded plugins: rhnplugin
Installed Packages
java-1.6.0-openjdk.x86_64 1:1.6.0.0-1.39.1.9.8.el6_1 @rhel-x86_64-server-6
Available Packages
java-1.6.0-openjdk-devel.x86_64 1:1.6.0.0-1.39.1.9.8.el6_1 rhel-x86_64-server-6
java-1.6.0-openjdk-javadoc.x86_64 1:1.6.0.0-1.39.1.9.8.el6_1 rhel-x86_64-server-6
It seems that OpenJDK exist and is available in standard RHEL distribution.
You can install it by executing as a root
user:
yum install java-1.6.0-openjdk
Upvotes: 1
Reputation: 533870
You could try this page for instructions on how to download it. http://openjdk.java.net/install/
Upvotes: 0