Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Intellij IDEA & JavaFX artifact build does not generate EXE

I'm trying to build a native JavaFX artifact with the latest Intellij IDEA EAP (Community Edition), but all IDEA does is build a jar out of my classes & images. Even though I have the .exe selected in the project structure.

Why doesn't IntelliJ generate the exe-file? Is this an EAP bug or something? Or am I simply missing something here?

I'm quite new to JavaFX and its deployment methods.. should IntelliJ bundle a JRE into the EXE too (provided I happen to get it generate one)? There isn't an option to bundle JRE in the settings...

like image 346
user2499946 Avatar asked Aug 28 '14 18:08

user2499946


1 Answers

For some reason, selecting exe doesn't work but all works. Select all and you will be fine. Only bundles for Windows will be created (if that's your OS).

like image 181
Branislav Lazic Avatar answered Nov 04 '22 18:11

Branislav Lazic