Rate this page del.icio.us  Digg slashdot StumbleUpon

How to get OpenJDK 6 for Red Hat Enterprise Linux 5

by Karsten 'quaid' Wade

What’s funny is, the instructions are shorter than the title of this post.

  1. Install the Fedora Extra Packages for Enterprise Linux (EPEL) repository files:
    su -c "rpm -Uvh http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-2.noarch.rpm"
  2. Install the OpenJDK 6 package:
    su -c "yum install java-1.6.0-openjdk"

Read more about how to use EPEL. Fedora EPEL is a community run project to bring Fedora packages to Enterprise Linux users when the package is not included by Red Hat in an Enterprise Linux release. Read more on the Fedora EPEL wiki pages, including links to package view (i386, x86_64, ppc) per EPEL version (4, 5 to correspond with Enterprise Linux versions.)

7 responses to “How to get OpenJDK 6 for Red Hat Enterprise Linux 5”

  1. A H N Sinha says:

    Excellent

  2. JUAN CARLOS says:

    conoce más sobre fedora 9

  3. Ganpat Dave says:

    I want to do some practical and creat new software in linux for use student’s and my frinds in your java

  4. i, quaid › ISV special interest group in Fedora says:

    [...] Another important milestone is the arrival of OpenJDK 6 in Fedora and EPEL, which is now certified as 100% Java.  Because of the need to compile everything from source in Fedora, we were previously limited by what applications could get working under gcj.  Having a certified Java in Fedora and EPEL is an open invitation to Java web application developers and ISVs that specialize in that software. [...]

  5. Red Hat Magazine | More how to get OpenJDK says:

    [...] Karsten ‘quaid’ Wade A previous post, How to get OpenJDK 6 for Red Hat Enterprise Linux 5, covered how to install OpenJDK for Fedora Extra Packages for Enterprise Linux (EPEL) 5. Now these [...]

  6. Red Hat Magazine | The Journey of OpenJDK 6 into Fedora, EPEL, and freedom - podcast with Tom Fitzsimmons and Patrick Macdonald says:

    [...] that OpenJDK 6 is available in EPEL 5 for Red Hat Enterprise Linux 5, it is only a matter of time before it gets certified to appear in an update. This is being worked [...]

  7. Red Hat Magazine | Java in Fedora, first says:

    [...] expect to see this Java SE 6 in an update to Red Hat Enterprise Linux 5. The packages are already available from Fedora’s Extra Packages for Enterprise Linux, the source for the packages that Red Hat engineering is going to QA/test and build for the [...]

Leave a reply