How can i create executable apple .app file from my java .jar file?
I have created an executable java Swing .jar application. It works fine on Windows. The application hierarchy is : application.jar images(Folder) .......... Contains all images the application uses. libraries(Folder) ....... Contains all external jar libraries the application uses. bundles(Folder) ......... Contains all bundle files the application uses. database(Folder) ........ Contains the database files the application uses. All the above folders exist outside the jar file. Now i am trying to create a Mac executable file (.app) from "application.jar" to run it on Mac so i used the "Jar