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