How to get application name to display in Windows task manager?
807580Sep 22 2009 — edited Sep 22 2009This may not be a java related question, but I don't know where else to look.
Basically, I need to be able to assign the application name to the process on the system when it starts.
I have a java application in a Windows XP envionrment.
In the Windows Task Manager (Applications tab) the entry shows up with the application name.
In the Processes tab, the entry shows up as javaw.exe.
I need to be able to have the entry in the Process tab show the application name.
The problem is that we have some integrity management software that checks the processes on the system.
If one gets in an abnormal state, it can be stopped and restarted.
The problem is that all the java applications show up as javaw.exe processes, so if one needs to be restarted, there is no reference to the actual application.