Still having java.lang.NoClassDefFoundError with XSP

2001-07-26 Thread Mamadou Bobo Sylla
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

Re: java.lang.NoClassDefFoundError with XSP

2001-07-26 Thread Mamadou Bobo Sylla
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

Re: java.lang.NoClassDefFoundError with XSP

2001-07-26 Thread Stefano Mazzocchi
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.

Re: java.lang.NoClassDefFoundError with XSP

2001-07-26 Thread Christopher Painter-Wakefield
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

Re: java.lang.NoClassDefFoundError with XSP

2001-07-26 Thread Drasko Kokic
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

java.lang.NoClassDefFoundError with XSP

2001-07-26 Thread Mamadou Bobo Sylla
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