I am trying to export my Java Application to Mac. The application is based on Compiler Complience Level 1.7. I tried different methods to bundle the application.
1) Ecli
The new recommended way to create Java application bundles in OS X is to use Oracle's appbundler. This is Ant-based.
There is also a fork which provides some extra functionality.