public class Test { public static void main(String args[]) throws Exception { Runtime.getRuntime().exec("true").waitFor(); } }