osx - How to make Java app appear in Mac OS X dock with an icon -


i finished program, , has icon. when double click on .app, appears in dock java app, not using icon chose it. on snow leopard. how make icon choose 1 on dock?

thanks in advance.

does info.plist (in application bundle) specify icon? example:

myapp.app/contents/info.plist:

<key>cfbundleiconfile</key> <string>myicon.icns</string> 

and .app contain icon? example:

myapp.app/contents/resources/myicon.icns 

Comments

Popular posts from this blog

php - Why I am getting the Error "Commands out of sync; you can't run this command now" -

ruby - Nesting modules inside of a Rails eninge gem -

Eclipse formatter for java ending braces -