ID of a Process from Java Program on Windows 64-bit -


in java program i've object of process, want know it's pid. program running on windows 64-bit machine. i've come across this, couldn't make them work.

i need pid of process, because want kill process if it's still running) after timeout. process#destroy doesn't kill subprocesses.


Comments

Popular posts from this blog

java - Incorrect order of records in M-M relationship in hibernate -

ruby - Net::HTTP extremely slow responses for HTTPS requests -

c++ - Boost Spirit Parser with a vector of three strings compiling into a struct, adapt not working -