Application name in About, Hide, and Quit menu items

Michael Hall mik3hall at gmail.com
Sun Aug 31 01:44:11 UTC 2014


On Aug 1, 2014, at 11:29 AM, Sean Reilly <sreilly at seanreilly.com> wrote:

> Hi Hendrik,
> 
> In my app bundle ant file I’ve set a few options with the <bundleapp> tag including these:
>          <option value="-Dcom.apple.mrj.application.apple.menu.about.name=${bundle.name}"/>

Trying to make sure my own understanding of OS X java applications is more correct these days I just chased this down.
This property no longer seems to work. In the plist with -D or with System.setProperty later.
What does work is
-Xdock:name=APPNAME
in the plist.

Michael Hall

trz nio.2 for OS X http://www195.pair.com/mik3hall/index.html#trz

HalfPipe Java 6/7 shell app http://www195.pair.com/mik3hall/index.html#halfpipe

AppConverter convert Apple jvm to openjdk apps http://www195.pair.com/mik3hall/index.html#appconverter





More information about the macosx-port-dev mailing list