How can I generate a .exe for my JavaFX App?
已回答
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.
请先登录再写评论。
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.