static void startProgramUnlessRunning(S progID) { if (!isProgramRunning(progID)) nohupJavax(progID); }