You might want to use ProcessBuilder.

What exactly are you trying to escape?

The Process class has a destroy() method, as well as a destroyForcibly() method as of Java 8.