Convert .jar to an OSX executable?

Posted by Danny King on Stack Overflow See other posts from Stack Overflow or by Danny King
Published on 2010-04-22T23:24:48Z Indexed on 2010/04/22 23:33 UTC
Read the original article Hit count: 271

Filed under:

Hello,

I made a Java application which I would like to distribute on Windows, OSX and Linux without distributing a jar file. I used the great Windows exe wrapper http://launch4j.sourceforge.net/ to create an .exe file complete with my icon that won't scare Windows users.

Are there similar wrappers that I can use for OSX/Unix? An important consideration is that I would like to have my own icon on the executable (especially for mac users).

Thanks!

© Stack Overflow or respective owner

Related posts about java