I ll write a script that runs a program and wait for it finished. But if the program is not finished within a specified time I want that the program is killed.
I am looking for a Java solution to finding the CPU usage for a running process in Windows. After looking around the web, there seems to be little information on a solution in Java. Keep in mind, I am ...