Hi,
I downloaded and installed Java 11 from here: https://www.oracle.com/technetwork/java/javase/downloads/jdk11-downloads-5066655.html Then I downloaded and installed Tomcat 9 Windows service executable. During installation I was asked for the path to JRE. Java 11 does not contain a JRE anymore, so I pointed to the Java 11 root directory. The installer was fine with that. But when I finally start Tomcat service, it does NOT run. In commons_deamon.log I see this error message: [2018-11-26 13:36:39] [info] [ 3732] Running 'Tomcat9' Service... [2018-11-26 13:36:39] [info] [ 4776] Starting service... [2018-11-26 13:36:39] [error] [ 4776] The specified procedure could not be found. [2018-11-26 13:36:39] [error] [ 4776] Failed creating Java C:\Program Files\Java\jdk-11.0.1\bin\server\jvm.dll [2018-11-26 13:36:39] [error] [ 4776] The specified procedure could not be found. [2018-11-26 13:36:39] [error] [ 4776] ServiceStart returned 1 [2018-11-26 13:36:39] [error] [ 4776] The specified procedure could not be found. [2018-11-26 13:36:39] [info] [ 3732] Run service finished. What can I do to get this run? Operating System: Windows Server 2008 R2 Ralf