Executes a Command try { String command = "ls"; Process child = Runtime.getRuntime().exec(command); } catch (IOException e) { }