sidebar hamburger menu

OpenJDK

Endless Lifecycle Support (ELS) from TuxCare provides security fixes for OpenJDK versions that have reached end-of-life. This allows you to continue running your OpenJDK-based applications without vulnerability concerns, even after official support has ended.

Supported OS and OpenJDK versions

OSPackage TypeOS VersionOpenJDK version
EL 6 (CentOS, CloudLinux, Oracle Linux)RPM6.x7, 8
EL 7 (CentOS, CloudLinux, Oracle Linux, RHEL)RPM7.x8, 11
EL 8 (CentOS, CentOS Stream)RPM8.x8, 11
EL 9 (AlmaLinux, TuxCare ESU)RPM9.x8, 11, 17

Supported architecture: x86_64 (64-bit)

Other versions and architectures available upon request. Contact sales@tuxcare.com for more information.

Installation

Docker compatible

Prerequisites

  • A valid TuxCare ELS license key — contact sales@tuxcare.com to obtain one
  • Root or sudo access to the server
  1. Download the installer script

    wget https://repo.tuxcare.com/openjdk-els/install-openjdk-els-repo.sh
    
  2. Run the installer script with your license key (see Prerequisites above)

    sh install-openjdk-els-repo.sh --license-key XXXXXXXXXXX
    
  3. Verify the repository is enabled

    yum repolist | grep openjdk-els
    
  4. Install OpenJDK

    OpenJDK version:
    yum install java-1.7.0-openjdk
    
  5. Verify the installation

    java -version
    

What's Next?