简体   繁体   中英

How can I create an .exe installer that installs an .exe version of my Java application?

I have a Java application that already uses Maven to build automatically. I have tried using IzPack to get my end goal done, but I've been having a lot of trouble with it, so I am open to other options. I need both the installer and the application to be .exe or .bat and not Jar files.

Any ideas are greatly appreciated!

我们遇到了同样的问题,我们提出了在Maven中进行构建的解决方案,首先使用launch4j创建exe,然后为InnoSetup创建了一个插件,该插件将应用程序和JVM文件夹打包在一个安装程序中。

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