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?