Deploy JavaFX application using gradle 6.3, OpenJDK 14 and OpenJFX 14
问题 I am developping a JavaFX application using gradle 6.3, OpenJDK 14 and OpenJFX 14 with IntelliJ and I want to deploy it (create a exe file). I used to make JavaFX applications with JDK 8 under Netbeans 11 and the process was simple: Make the application Clean and build Look for the jar in the dist folder (which works perfectly when I click on it) convert it to exe using Launch4j Voilà! Since I am migrating to OpenJDK 14, I wanted to make sure I can deploy the app I am making, so I created an