How to set Process Name for my own application

后端 未结 2 1085
陌清茗
陌清茗 2021-01-06 07:21

I have created a simple java networking program. I am using Fedora. whenever I want to see what the processes run on my system I found that for my application the process Na

2条回答
  •  情深已故
    2021-01-06 07:36

    One way to change the process name of an application is to use a native launcher (or to copy the java/java.exe executable to another name).

    Personally I've had good results with Launch4j

提交回复
热议问题