Map sourceMap = new HashMap();
sourceMap.put("test.Hello", helloSource);
sourceMap.put("test.main.Main", mainSource);
factory.setInput(sourceMap);
JavaCompiler compiler = new JavaCompilerImpl();
compiler.compile(new String[] {"test.main.Main"},
factory,
factory,
factory,
new JavaCompilerErrorHandler() {
public void handleError(String className,