static void callMain(Object c, String... args) { callOpt(c, "main", new Object[] {args}); } static void callMain() { callMain(mc()); }