I have a Java application developed for Mac. I am bundling it into a cocoa application. To start the application i am using Shell Script inside Apple script and making a call to my jar.
Java -jar -XstartOnFirstThread -Dapple.awt.UIElement=true -Dfile.encoding=UTF8 Myapp.jar
Doing this launches the app with an executable icon. I want to replace this with my custom icon.