https://bz.apache.org/bugzilla/show_bug.cgi?id=63820
Bug ID: 63820 Summary: Install with JDK13 is not working Product: Tomcat 9 Version: unspecified Hardware: PC Status: NEW Severity: normal Priority: P2 Component: Connectors Assignee: dev@tomcat.apache.org Reporter: yken2...@gmail.com Target Milestone: ----- 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. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org