I was able to package my JavaFX application including the JRE using the jpackage tool of Oracle JDK 15, but it needs to be installed first to run natively on Windows. I need my application to run as soon as it is executed, no installation needed.
Is there a way to do this without any third party tools? If not, what are the options?