Skip to main content

Comments

5 comments

  • cPanelMichael
    Hello @Douglas Rocha, OpenJDK version 1.8 is supported for use with Tomcat in EasyApache 4. It's automatically installed from your operating system's YUM repo as a package dependency for the ea-tomcat85 RPM: # cat /etc/redhat-release CentOS Linux release 7.6.1810 (Core) # yum install ea-tomcat85 # rpm -qa|grep java-1.8 java-1.8.0-openjdk-devel-1.8.0.212.b04-0.el7_6.x86_64 java-1.8.0-openjdk-headless-1.8.0.212.b04-0.el7_6.x86_64 java-1.8.0-openjdk-1.8.0.212.b04-0.el7_6.x86_64 # java -version openjdk version "1.8.0_212"
    Let me know if you have any questions. Thank you.
    0
  • Nirjonadda
    Java 8 is End of Life now. You'll want to install Java 11 LTS at this point.
    0
  • cPanelMichael
    Java 8 is End of Life now. You'll want to install Java 11 LTS at this point.

    OpenJDK 8 (available in CentOS versions 6 and 7 via the java-1.8.0-openjdk RPM) is the open source implementation of Java SE version 8 (Oracle's Java Standard Edition). RedHat's documentation notes the EOL status for their support of this version is scheduled for June 2023. OpenJDK 11 (available in CentOS 7.6+ via the java-11-openjdk RPM) is the open source implementation of Java SE version 11 (Oracle's Java Standard Edition). Tomcat version 8.5 is currently offered as part of EasyApache 4 through the ea-tomcat85 RPM and includes a dependency for OpenJDK 8. The following blog post offers some more details about our Tomcat implementation:
    0
  • luisfalcon
    Hello guys, found this on google and now we are on 2023, how do I go about upgrading java to 11 these days?
    0
  • cPRex Jurassic Moderator
    cPanel doesn't provide any specific version of Java, but only supports those tools through the Tomcat system:
    0

Please sign in to leave a comment.