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