Best way to close a Runtime.exec() process and how to handle closing it?
807603Nov 5 2007 — edited Nov 5 2007I have multiple Runtime.exec() Processes running and am wondering what the best way it is to close them and take care of closing the resources. I see that Process.destroy() seems to be the way to terminate the Process - is finalize() the best way to close anything in that Process?
Thanks