The same error is persisting(ref to message title and my first message
atthe bottom).I am pasting here the content of my autoexec.bat and
tomcat.bat in theexpectation that, this may help to discover the mistake. As
I had pointedout, all the cocoon samples are working except XSP.Please
whoeve
OMCAT_HOME%\lib\mm.mysql-2.0.6.jar" set
CP=%CP%;%TOMCAT_HOME%\lib\mm.mysql~1.jar
==
Bobo,
- Original Message -
From: "Drasko Kokic" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, July 26, 2001 8:30 PM
Subject: Re: java.lang.NoClassDefFoun
Scrive Mamadou Bobo Sylla <[EMAIL PROTECTED]>:
> I am using Tomcat 3.2.1 integrated with cocoon-1.8.2
>
> I have succesfully tested all the cocoon samples except XSP examples.
> I am always getting :java.lang.NoClassDefFoundError:
> sun/tools/javac/Main
>
> I have already the JDK_HOM/lib/tools.
It sounds as if you may be using JRE instead of JDK. JRE doesn't include
the javac compiler, you need the full JDK.
-Christopher
Please respond to [EMAIL PROTECTED]
To: <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]>
cc:
Subject: java.lang.NoClassDefFoundError with XSP
I believe you missed reading documentation :-)
--- Mamadou Bobo Sylla <[EMAIL PROTECTED]> wrote:
> I am using Tomcat 3.2.1 integrated with cocoon-1.8.2
>
> I have succesfully tested all the cocoon samples
> except XSP examples.
> I am always getting :java.lang.NoClassDefFoundError:
> sun/tools/j
I am using Tomcat 3.2.1 integrated with
cocoon-1.8.2
I have succesfully tested all the
cocoon samples except XSP examples.
I am always getting :java.lang.NoClassDefFoundError:
sun/tools/javac/Main
I have already the JDK_HOM/lib/tools.jar on my
system classpath (through autoexec.bat). I hav