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

Supported architecture: x86_64.

OSPackage TypeOS VersionOpenJDK version
EL 6 (CentOS, CloudLinux, OracleLinux, etc.)RPM6.x8
EL 7 (CentOS, CloudLinux, OracleLinux, etc.)RPM7.x8
EL 8 (CloudLinux, CentOS, AlmaLinux, OracleLinux, etc.)RPM8.x8, 11
AlmaLinuxRPM9.x8

*Other versions and architectures upon request.

Installation Instructions

This installation method is suitable for both non-containerized systems and containerized environments (such as Docker containers based on supported OS versions).

  1. Download the TuxCare OpenJDK ELS repository package:

    wget https://repo.tuxcare.com/openjdk-els/els-openjdk-release-install.x86_64.rpm
    
  2. Install the repository package:

    yum install ./els-openjdk-release-install.x86_64.rpm --license-key XXX-XXXXXXXXXXXX
    
  3. Verify the repository is enabled:

    yum repolist | grep openjdk-els
    

    You can now install OpenJDK versions supported by TuxCare’s Endless Lifecycle Support (ELS).

  4. Install OpenJDK.

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

    java -version
    
×
Need help?
I'm a multilingual AI chatbot, trained to answer all your questions!