I’m pretty sure its not possible to kill a process from Java that you didn’t start on Windows. On Unix I could exec() out to kill but on windows there doesn’t appear to be a command line interface to process management (albeit lots of tools to download).
Anyone beaten this before?
Kev