JavaFX Native Packaging
已回答
https://netbeans.org/kb/docs/java/native_pkg.html .How can I do the same with Intellij IDEA? (creating an EXE installer)
is it impossible with Intellij?
请先登录再写评论。
There was a blog post explaining in details how to do that: https://blog.jetbrains.com/idea/2013/03/packaging-javafx-2-applications-in-intellij-idea-121/ Though it's quite old, there were no significant changes which would prevent understanding.
Anna
Hi Anna. I've checked that blog already, and when I tried to follow it and the build Artifacts.. I got a folder which contains .html, .jar, and .jnlp.
And I'm actually looking for a way to create an exe file ( Package as EXE installer) on Intellij. as it can be done with NetBeans (https://netbeans.org/kb/docs/java/native_pkg.html)