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 to figure it out.
> Any help would be appreciated.
> 500 Error - java.lang.NoClassDefFoundError: sun/tools/javac/Main
> --- this occurs when executing the samples.
>
> Thanks so much!
>
>  Lynn Domzalski
>  Testing & Integration Center
>  Compuware Corporation
>
>  Office: (248) 737-7300 x10739
>  Fax: (248) 737-7606
>  E-Mail: 



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]'
> Subject: error using the sample applications with tomcat
> 
> 
> Hi.
> I'm getting this error message and have tried my hardest to 
> figure it out.
> Any help would be appreciated.
> 500 Error - java.lang.NoClassDefFoundError: sun/tools/javac/Main 
> --- this occurs when executing the samples.
> 
> Thanks so much!
> 
>  Lynn Domzalski
>  Testing & Integration Center
>  Compuware Corporation
> 
>  Office: (248) 737-7300 x10739
>  Fax: (248) 737-7606
>  E-Mail: 
>  
> 
>