I’m trying to build a Java application for the mac in IntelliJ IDEA. The Apple Developer docs say I need to make a Java Application Bundle in order to support things like dock icons, application names etc, but I’m not sure how to set up a build configuration to do all this from within IntelliJ. Can anybody shed some light on this?
Share
IntelliJ IDEA doesn’t support creating such bundles. You can use Ant or some external tool to automate this process.