// start up the processprocess p = runtime.getRuntime (). Exec (this.program); // Wait for it to finish runningtry {p.waitfor ();} catch (interruptedException IE) {system.out.println (IE }
2004-06-22 16:28