>> http://www.jwrapper.com >> > > There are alternatives that can be found I came across… > https://github.com/joshmarinacci/AppBundler
There's an unofficial fork of AppBundler that's being maintained by (?) at BitBucket, those who were involved with the now defunct AppBundler Kenai project decided that would be the community maintained fork: https://bitbucket.org/infinitekind/appbundler Note that AppBundler only supports OSX where Java Packager supports OSX, Windows and Linux, and as far as I'm aware the InfiniteKind fork isn't as complete wrt OSX packages (I haven't been following activity there for a while though). Java Packager is also open source as it's part of OpenJFX, community involvement is encouraged. Yes, it supports Mac App Store (specifically) No, Windows 8 App Store is not supported because (AFAIK) MS requires apps be built for WinRT which cannot be done for the JRE at the moment (basically a whole new platform which brings a whole host of new issues into the mix) -DrD-