> > 
> > Sounds like a great idea, you need to call the 
> > getResourceAsStream on it,
> > 
> > why don't you look into it?
> > 
> > marcf
> 
> This won't work for an out-of-process compiler such as jikes.

Yeap, jikes is not java -- it is C++. Also, it may very well be so that
even Sun's compiler can't do this. In Tomcat they configure a command line
for sun.tools.javac which has a special -classpath switch. Don't know if
the jvm uses it or javac itself reads the entries in the classpath and
loads classes from there bypassing CL mechanisms.

This sucks big time, because if you don't precompile JSPs, you end up
having to trag all the necessary .class files into the WAR. No
integration...


> 
> -dain
> 
> _______________________________________________
> Jboss-development mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-development
> 


_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to