I currently have a (main) JAVA program, which calls it another JAVA program (child) ... this is Ok .. however when I close the main program, I also close the child program.
I've tried:
Runtime.getRuntime().exec("taskkill /F /PID **NOMEDOPROGRAMA**");
But it did not work ...