979899100101102103104105106107
String[] args = new String[] { "-app-dir", _appDir, "-class-dir", _classDir, fileName }; MethodWrapper methodWrapper = new MethodWrapper( "com.caucho.jsp.JspCompiler", "main", new Object[] {args}); try { MethodInvoker.invoke(methodWrapper); }