To compile JSPs, Tomcat expects to use the javac Java compiler
found in tools.jar. My guess is that your JAVA_HOME points
to a JRE (which doesn't include "tools.jar") instead of
a JDK (which does include "tools.jar" in its "JDK/lib"
directory).
Cheers,
Larry
> -----Original Message-----
> From: Papadopoulos Nikos [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, September 25, 2001 11:04 AM
> To: [EMAIL PROTECTED]
> Subject: I can see jsp examples
>
>
>
> I have jakarta-tomcat-3.2.3 and although I can see the
> servlets examples
> working properly, I cannot see the jsp examples working. The
> same error:
> java.lang.NoClassDefFoundError: sun/tools/javac/Main
>
> any ideas....?
>
> Thanx.
>
> Nick
>