Knowing which java.exe process to kill on a windows machine -


when java based application starts misbehave on windows machine, want able kill process in task manager if can't quit application normally. of time, there's more 1 java based application running on machine. there better way randomly killing java.exe processes in hope you'll hit correct application eventually?

edit: thank people pointed me sysinternal's process explorer - i'm looking for!

download sysinternal's process explorer. it's task manager more powerfull windows's own manager.

one of it's features can see resources each process using (like registry keys, hard disk directories, named pipes, etc). so, browsing resources each java.exe process holds might determine wich 1 want kill. find out looking 1 that's using log file directory.


Comments

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -