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

Popular posts from this blog

c++ - OpenCV Error: Assertion failed <scn == 3 ::scn == 4> in unknown function, -

php - render data via PDO::FETCH_FUNC vs loop -

The canvas has been tainted by cross-origin data in chrome only -