Bundle JavaFX app with openjdk 11 + runtime
问题 After reading that OpenJDK 11 will be supported long term, I decided to create a little app (using Gradle) to test a couple of things in combination with JavaFX. After some struggle, I managed to create a Hello World .jar file that opens fine. Now I want to get to the next step: run the .jar file without having to download anything Java related beforehand, because installing OpenJDK at the moment is a small pita by having to deal with setting PATH correctly etc. A search on bundling a OpenJDK