简体   繁体   中英

IntelliJ IDEA creating an MSI-installer for a JavaFX application

I'm trying to create an MSI-installer for my JavaFX application. This is briefly what I've done so far. I created a new artifact for JavaFX and selected the Native Bundle to be MSI in the Java FX -tab. After that, I built the artifact. When I opened the output -folder, there was no.msi installer. Instead, there were 3 other files (one HTML-, jar-, and jnlp-file). What am I missing here? Where is the MSI-file?

在项目结构的工件选项卡中选择了 MSI 选项

What you are looking for is all part of standard JDK 14. Its called jpackage. If you need a tutorial to see how it works have a look here: https://github.com/dlemmermann/JPackageScriptFX

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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