Reputation: 52458
On OS X, the process name of a Java app built with install4j is "JavaApplicationStub". I'd like that to be replaced with something specific for our application.
This would make it easier, for example, to determine which application is ours when running "ps" from Terminal.
How can I do rename JavaApplicationStub?
Upvotes: 1
Views: 158
Reputation: 48015
It cannot be adjusted in the install4j IDE, but you can edit the project file in a text editor, look for the "macBundleBinary" attribute and change it to your own name.
Upvotes: 1