You may want to try using the Runtime.exec() function. You can try to retrieve a process ID for a running app, then run another exec command to try and shutdown the process. How you do so however is...