How to create an executable .exe file using Intellij
Answered
Hello everyone,
I trust that you are well. I wrote and built a java project, but I would like to create an executable file using Intellij. The only answer I came across with in the forum was the one explaining how to create an executable .jar file. I'd like to know how to create an executable .exe. Your response will be much appreciated as I needed it as soon as possible.
Kind regards,
Christian Hangi
Please sign in to leave a comment.
Hello Christian,
For a JavaFX application this can be specified in the settings (Settings / Preferences(on macOS) | Project Structure | Artifacts | <JavaFX-artifact> | Java FX tab | Native bundle | .exe).
You may also use third-party software for generating native builds: https://stackoverflow.com/a/147233/12844632
Hi Egor, How does the IntelliJ Native build feature work? Is there a guide somewhere? Thanx
Tim Melis General overview can be found in our documentation.
Let me know if you are looking for guidance on specific features / functionality!