Elalmaire wrote: > > > Mark Thomas-18 wrote: >> Elalmaire wrote: >>> Hi, >>> I'm a new tomcat user. >>> I'm running Apache Tomcat ver 6.0.18 on Windows Vista with JRE 6 (so I've >>> setted JRE_HOME). >>> >From docs, I've read that it's possible to use a jre since "Tomcat 6.0 > uses the Eclipse JDT Java compiler for compiling JSP pages", but when I try > to compile with ant (the sample consists in two jsps and two servlets) I > have:
That won't work. The JDT compiler is only for compiling JSPs. This can be done on the fly or using the JspC task. It is not intended as a replacement for javac. Mark --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]