简体   繁体   English

Intellij IDEA和JavaFX工件构建不会生成EXE

[英]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. 我正在尝试使用最新的Intellij IDEA EAP(社区版)构建本机JavaFX工件,但所有IDEA都会使用我的类和图像构建一个jar。 Even though I have the .exe selected in the project structure. 即使我在项目结构中选择了.exe

Why doesn't IntelliJ generate the exe-file? 为什么IntelliJ不生成exe文件? Is this an EAP bug or something? 这是一个EAP错误还是什么? 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)? 我是JavaFX及其部署方法的新手...... IntelliJ也应该将一个JRE捆绑到EXE中(假设我碰巧得到它生成一个)? There isn't an option to bundle JRE in the settings... 没有选项可以在设置中捆绑JRE ...

For some reason, selecting exe doesn't work but all works. 出于某种原因,选择exe不起作用,但all正常。 Select all and you will be fine. 选择all ,你会没事的。 Only bundles for Windows will be created (if that's your OS). 只会创建Windows的捆绑包(如果这是您的操作系统)。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM