Hallo
Schau dir mal die Methode in java.lang.Runtime an:
public Process exec(String command)
Dazu noch ein Zitat aus der Doku zu java.lang.Prozess:
The subprocess is not killed when there are no more references to the Process object, but rather the subprocess continues executing asynchronously.
Grüße
Daniel