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?
Please sign in to leave a comment.
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.
Is it free?
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.