RE: error using the sample applications with tomcat

2001-07-03 Thread Randy Layman
Your JAVA_HOME doesn't point to a JDK - Tomcat can't find Sun's Java compiler and therefore can't compile the JSPs into servlets. Randy -Original Message- From: Domzalski, Lynn [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 03, 2001 3:35 PM To: '[EMAIL PROTECTED]'

Re: error using the sample applications with tomcat

2001-07-03 Thread Dmitri Colebatch
You need to use the jdk not the jre. that class is in tools.jar and is part of the JDK from sun... you'll need it to compile jsps (as they get compiled into servlets). cheers dim On Wed, 4 Jul 2001 05:35, Domzalski, Lynn wrote: Hi. I'm getting this error message and have tried my hardest