Eclipse, OSX, Project Name in Menu

Hello all:

Have a minor cosmetic problem which is rather annoying.

My startup file for my project is located in a package an in order to run in Eclipse has to be referenced as having main. However, when run I get something like utility.Start as my program name in OSX in the upper left corner where program names tend to display. Is there a way to overwrite this?

Thanks,

John

[407 byte] By [ohnnyja] at [2007-11-27 6:24:14]
# 1

http://java.sun.com/developer/technicalArticles/JavaLP/JavaToMac/

The main properties to be aware of are.

-Dcom.apple.macos.useScreenMenuBar=

-Xdock:name=

-Dcom.apple.mrj.application.apple.menu.about.name=

I think the last one is deprecated, and replaced with -Dcom.laf.apple.name or some thing, but the runtime will alert you to that.

macrules2a at 2007-7-12 17:42:50 > top of Java-index,Java Essentials,Java Programming...
# 2
Actually from:[url= http://developer.apple.com/releasenotes/Java/java141/outstandingIssues/chapter_6_section_2.html]Bugs[/url]It'scom.apple.laf.useScreenMenuBar=true
macrules2a at 2007-7-12 17:42:50 > top of Java-index,Java Essentials,Java Programming...