how to change the name of a Java application process?

后端 未结 10 2312
借酒劲吻你
借酒劲吻你 2020-11-27 04:51

When executing a Java application the process name given to it is usually java.exe or javaw.exe. But how can I make it be called by the name of my

10条回答
  •  借酒劲吻你
    2020-11-27 05:27

    Not all flavors of exec support the -a flag. If yours doesn't, the argv0 program does something similar.

提交回复
热议问题