I have a java webstart, after starting it up and hovering over the java icon in the osx dock, "java" is displayed rather than my application name.
I am already doing this:
System.setProperty("com.apple.mrj.application.apple.menu.about.name", "MyApplication");
and adding
-Xdock:name=MyApplication
to my vm args. This was working fine before we upgraded to OSX Mavericks, thats when we started seeing "java". Users who have not upgraded to mavericks yet still see the applicationName when they hover over in the dock.
I've searched but haven't found any suggestions other than the above 2.
This may be a dupe of
SWT on Mac OS X: Change dock program name
and
How would I go about changing the hover text over icon in doc? (Java)
but haven't been able to resolve in Mavericks. Any suggestions?