Killing an arbitary process from Java (on Windows)

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

I remembered there is some weird way… so I googled…

Used search term: win2k commandline process kill

Javagaming does it again…

Many thanks,

Kev