>>>>> "Sean" == Sean LeBlanc <[EMAIL PROTECTED]> writes:

    Sean> Speaking of the JspC stuff again, is there any way to drop in Jikes as a 
compiler for this?
    Sean> It's currently taking a long, long time: 5-6 minutes to finish compiling. It 
is only a Pentium II
    Sean> that I'm doing it on, but it's FreeBSD running almost nothing else but 
Tomcat and the compilation in
    Sean> question.

The java compiler has nothing to do with JspC.  The JspC class just generates
Java code (servlet class) from a JSP page.  After the code is generated, if you
want to use the generated code, you have to compile it.

-- 
===================================================================
David M. Karr          ; Java/J2EE/XML/Unix/C++
[EMAIL PROTECTED]


--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to