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
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.