How to differentiate between different JavaWS applications from the list of processes in the task manager process list?

后端 未结 2 1692
抹茶落季
抹茶落季 2021-01-26 01:46

I am using JavaWS to launch an application, then how to check whether that application is running or not in the user\'s machine as it\'s name in the Task manager process list is

2条回答
  •  小鲜肉
    小鲜肉 (楼主)
    2021-01-26 01:49

    On Windows7 you can select list of colums to display in the Task Manager.

    Go to View -> Select Process Page Columns

    and select Command line column to be displayed.

    You should be able to differentiate between different javaw processes by the command line which includes the class path, main class name etc.

提交回复
热议问题