Java OS X - No app icon in dock
Posted
by Jacob
on Stack Overflow
See other posts from Stack Overflow
or by Jacob
Published on 2010-06-14T02:20:18Z
Indexed on
2010/06/14
2:22 UTC
Read the original article
Hit count: 255
I am using Jar Bundler to create a .app file out of my .jar file. When I launch the app, I do not want a dock icon to show at all.
I have already tried modifying my .plist file to include:
<string>NSUIElement</string>
<key>1</key>
But it does not work... Any help?
© Stack Overflow or respective owner