here:
https://adoptopenjdk.net/ you can download the java vm you want to use at your server.
The future is just having a tomcat (or any other servlet container) installed at your server and you deploy servoy on top of that. (the application server itself will go away, is not even supported at all for NGClient)
So the setup for a server will be:
Install a java from
https://adoptopenjdk.net/Install Tomcat (that includes also services for windows if needed)
Deploy Servoy generated WAR on top of that tomcat.
For a Developer installer we currently also need a Java 8+ 64 bit from:
https://adoptopenjdk.net/But we are looking into to make that a bit more easy so you just get a self (extracting) zip that you can just unzip in a dir to your liking that includes already a Java 11.x 64 bit.
(so this is the zip that is the result of a default installation so with the bundles postgresql and no shortcut creation.
So installation wise this is way quicker (just unzip) and easier to use (no problems with having to install java or having the right java (java 8+ 64 bit, so no java 7/8 32 bit).
The only thing that is missing in that install is shortcut creation and the ability to choose directly a different database install.