Hi all, recently I had some issue related to Launch4j enabled application. I did some digging and learned some useful stuff. The issue: running java -jar some_app.jar works just fine, but double click on some_app.exe does not work, the Launch4j enabled exe tells me that I need at least Java 1.8 in order to work correctly, but I have Java 21 already working fine. Steps to reproduce: * Install computer with Windows. I have Windows Server 2022 x64 10.0.20348.2762. * Realize that Java is not included,...