Best way to kill a non java process from java?
I have a java application which is responsible for auditing a separate java application, and a c++ application (neither of which it has Process object's for) If i want to kill either of these processes what is the best way to do this from my java application? A native call? batch script? can it be done from pure java?
Dont ask me WHY i did it this way, because i am working with existing code for this one.
thanks for your help.
Dan

