Bug 63820 - Install with JDK13 is not working
Summary: Install with JDK13 is not working
Status: RESOLVED INVALID
Alias: None
Product: Tomcat 9
Classification: Unclassified
Component: Connectors (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal (vote)
Target Milestone: -----
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-10-09 15:18 UTC by yken2001
Modified: 2019-10-16 13:07 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description yken2001 2019-10-09 15:18:26 UTC
If Tomcat9 installs with JDK13, the JAVA_HOME does not find it.
Please modify /usr/libexec/tomcat9/tomcat-locate-java.sh
Line 17
org : for java_version in 11 10 9 8
new : for java_version in 13 12 11 10 9 8

thanks.
Comment 1 Mark Thomas 2019-10-16 13:07:58 UTC
tomcat-locate-java.sh is not part of the Tomcat distribution provided by the ASF. You need to raise this bug with whoever provided that file - probably the maintainer of the Linux distribution you are using.