I am currently running into the following issue. I want to export my application for OSX. My goal is, that I do not have any dependency on the JRE, so I bundled the JRE with my export.
The export is running fine, and the JRE is bundled into the folder "jre" of the application
However, when I launch the application it always prompts the user to download the JRE 6:
I am using Eclipse 3.7.2 and the JRE 6. I also tried to export with the JRE 7, having the same issue.
How can I bring my application to use the bundled JRE?