Generating executables for Linux and OS X

For Windows, we have a plethora of free options for “wrapping” Java applications in EXE such as JSmooth and launch4j. Are there any equivalents that generate such executables for other operating systems, such as a .APP for OS X? I’m not looking for a launcher. I’m looking for a wrapper. I have my reasons for not wanting a launcher.

  • Jon

Hey Jon,

I have used this application before: http://www.productiveme.com/ with success. It’s a pretty cool app, and you can get a 30day trial to see what you think of it. It does windows / osx / other all as one build process.

For Mac OS X, Jar Bundler might work for you.

http://developer.apple.com/documentation/Java/Conceptual/Jar_Bundler/About/chapter_2_section_1.html#//apple_ref/doc/uid/TP40000884-CH202-BAJCICAA

OS X comes with one its in the developers folder.