I have searched for hours trying to find what I'm looking for but there seems to be very little information regarding the latest version of JavaFX.
For a project, I am required to deliver a standalone executable JAR file that can run on any computer with java installed. I am using JDK 14 and JavaFX 14 and I am not using Maven or Gradle (although if one of those is necessary, there's no reason I can't use them).
My project runs fine in IntelliJ with VM options pointing to my JavaFX lib folder but I can't find how to properly build a JAR that can be distributed an executed without having javaFX the other system. i.e. I would like JavaFX, my FXML files, as well as my other dependencies (which includes JDBC) to be bundled within the JAR. Is this possible?
Please tell me if I need to supply any more information. Thanks guys.