Programatically setting the dock:name Java Mac OS X JVM property
        Posted  
        
            by kpsullivan
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by kpsullivan
        
        
        
        Published on 2010-03-31T14:52:46Z
        Indexed on 
            2010/04/01
            15:43 UTC
        
        
        Read the original article
        Hit count: 366
        
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?
© Stack Overflow or respective owner