How can I generate a .exe for my JavaFX App?
Answered
I want to export my project as a .exe, so the User can Execute it without having to install an IDE.
My project files are distributed this way:
The main is located on Burger/src/com/burg/global/App.java
I have searched it on Youtube, but I couldn't find a updated way to do this.
Please sign in to leave a comment.
Hello,
Please open "Project Structure | Artfacts | <Your_JavaFX_Artifact> | "Java FX" tab" and select needed "Native Bundle". So, after building artifact .exe or any other selected bundle type will be placed in output folder.