How to create instalator of Java Swing App

Answered

Hello. I don't understand how to create app instalator in Intellij IDEA. In netbeans i can create Netbeans platform application and  add instalator for any  operating system. How do it do using Intellid IDEA?

0
3 comments

IntelliJ IDEA has no support for creating Java application installers. You can use some third-party product like install4j: https://www.ej-technologies.com/products/install4j/overview.html.

1
Avatar
Permanently deleted user

Is it free?

0

No, this one is not free, but you can probably find some other alternative. For example launch4j is the open source executable wrapper and NSIS can be used for the installer.

0

Please sign in to leave a comment.