I noted the capitalization before, but not the missing part of the package.
Here it is now.
<init-param>
<param-name>compiler</param-name>
<param-value>com.sun.tools.javac.Main</param-value>
</init-param>
It still doesn't work.
I removed the jasper-jdt.jar again as well. If I leave it, it doesn't
matter what value I state...it always works. Because of this, I was
wondering if it is even reading the compiler parameter at all.
Mark
-----Original Message-----
From: Caldarale, Charles R [mailto:[EMAIL PROTECTED]
Sent: Friday, June 08, 2007 2:59 PM
To: Tomcat Users List
Subject: RE: Using Javac instead of JDT to compile JSPs
> From: Mark Claassen [mailto:[EMAIL PROTECTED]
> Subject: RE: Using Javac instead of JDT to compile JSPs
>
> Even with this fix, neither of the values below worked.
> <param-value>com.sun.tools.javac.main.Main</param-value>
Again, that's not the right class; from the previous message:
Try just com.sun.tools.javac.Main instead (note capitalization).
- Chuck
THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you received
this in error, please contact the sender and delete the e-mail and its
attachments from all computers.
---------------------------------------------------------------------
To start a new topic, e-mail: [email protected] To unsubscribe,
e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To start a new topic, e-mail: [email protected]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]