Programatically setting the dock:name Java Mac OS X JVM property
- by kpsullivan
Is there a programatic alternative to setting the dock:name Java Mac OS X property by doing
java -Xdock:name="My App Name" -jar myapp.jar
, or is this the only way to set the dock:name property?