I have Windows 7 32 bit with Java:
How to get the process PID on the command line in Windows 7?
I want to kill an application that I can really identify by the command line that launched it. There are several Java applications running on this computer. I need to stop certain.
To be precise: I need to find a tomcat that runs catalina.bat . What do you think is the best way to do this?
I know the task list, but it seems that it cannot request the command line that started the process. The search for java.exe does not help me. I tried to find something useful, such as pgrep / pkill for Windows, without success.
source share