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

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -