URLClassLoader loader = new URLClassLoader
((URL[])(urls.toArray(new URL[urls.size()])));
clctxt.setClassLoader(loader);
CommandLineCompiler clc = new CommandLineCompiler(clctxt);
clc.compile();
targetClassName = null;
String thisServletName;
if ("".equals(clc.getPackageName())) {
thisServletName = clc.getClassName();