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 - Spring Data JPA: Why findOne(id) executing delete query internally? -

python - Mongodb How to add addtional information when aggregating? -

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