+ * Exec.exec("/usr/ucb/lpr Some-File");
+ * Exec.execWait("/usr/local/bin/javac Foo.java");
+ * Exec.execWait("/usr/local/bin/java Foo");
+ * Exec.execPrint("/usr/bin/ls -al");
+ *
+ *
+ * Adapted from Core Web Programming from
+ * Prentice Hall and Sun Microsystems Press,
+ * http://www.corewebprogramming.com/.
+ * © 2001 Marty Hall and Larry Brown;
+ * may be freely used or adapted.
+ */
+
+public class Exec
+{
+
+ /** Starts a process to execute the command. Returns
+ * immediately, even if the new process is still running.
+ *
+ * @param command The