Java checking for running process

30 Views Asked by At

I want my java programm to "link" with other programms. So when a certain processes are running my programm should react. I know already how to search for the process in the systems processlist however I am curious if there is a better way to check for that than having a loop searching the whole process list every second.

0

There are 0 best solutions below