Steve McLeod
Steve McLeod

Reputation: 52458

How do I custom name for JavaApplicationStub in install4j?

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

Answers (1)

Ingo Kegel
Ingo Kegel

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

Related Questions