Intellij IDEA & JavaFX artifact build does not generate EXE

10,299

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).

Share:
10,299
user2499946
Author by

user2499946

Updated on June 13, 2022

Comments

  • user2499946
    user2499946 almost 2 years

    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...