static void nohupJavaxThenSleep(fS javaxargs, double seconds) { nohupJavax(javaxargs); sleepSeconds(seconds); } static void nohupJavaxThenSleep(fS javaxargs, fS vmArgs, double seconds) { nohupJavax(javaxargs, vmArgs); sleepSeconds(seconds); }