I'm trying to to package my java app into an OS X App Bundle and I want to include the JRE, so it can run without a installed JRE.
I'm following http://docs.oracle.com/javase/7/docs/technotes/guides/jweb/packagingAppsForMac.html
The AppBundler Ant Task will generate a .app with the JRE included but it is missing all the binaries.
The App will run but i'm not sure it's not using my installed JRE instead as it's missing the binaries. Or does the included JavaAppLauncher replaces the normal java binary?