osx - Java App installer and launcher for both Mac and Win? -
i have large java app, many required .jar files. i'd build native launcher , installer it, run on both mac , win machines. looks can use launch4j create .exe file launcher on windows. (though wraps single .jar, others have available in path.) use izpack create runnable .jar file install .exe , relevant .jar files directory.
how do same os/x?
after more digging, , avoiding dead url's found, i've come with:
a) use launch4j build .exe windows systems.
b) use appbundler (from java.com) build app bundle os/x.
izpack can used make installer either platform.
Comments
Post a Comment