Re: Support for JDK only by Windows Installer?

2019-11-16 Thread Alexander Norz
Am 15.11.2019 22:23, schrieb Mark Thomas: That is the point: Because Oracle changed the directory layout and names of the standard registry entries and the installer probably hasn't been updated to take account of that yet. The environment variable JAVA_HOME isn't supported actually. I

Re: Support for JDK only by Windows Installer?

2019-11-16 Thread Alexander Norz
Am 15.11.2019 22:23, schrieb Mark Thomas: Patches welcome. Mark A patch is nearly ready. I will sent a pull request asap. Alexander - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands,

Support for JDK only by Windows Installer?

2019-11-15 Thread Alexander Norz
Hello, is there a good point why the Windows Service Installer (apache-tomcat-9.0.27.exe) did not support Oracles Java JDK (11 without JRE) out-of-the-box especially for silent installation? Meanwhile I know that I have to add a config-file with parameter /C for silent installation. But