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

linux - Does gcc have any options to add version info in ELF binary file? -

android - send complex objects as post php java -

charts - What graph/dashboard product is facebook using in Dashboard: PUE & WUE -