forName("org.apache.jasper.compiler.JikesJavaCompiler");
JavaCompiler javaC=createJavaCompiler( jspCompilerPlugin );
prepareCompiler( req, javaC, options, ctxt );
javaC.setMsgOutput(out);
status = javaC.compile(javaFileName);
} catch( Exception ex ) {
log.log("Guess java compiler: no jikes " + ex.toString());
status=false;
}
if( status==false ) {