Re: java.lang.NoClassDefFoundError: javax/xml/transform/URIResolver

2002-02-28 Thread David Parry
On 28/2/02 David Parry said: >I've been trying to get Cocoon 2.0.1 to work with Tomcat 4.0.2 on MacOSX >10.1.3 (with and without the recent Java Update). Tomcat seems to be >working fine... can get servlets and JSPs to work fine. Okay... I just answered my own question thanks to a quick comment o

Re: java.lang.NoClassDefFoundError: javax/xml/transform/URIResolver

2002-02-14 Thread Cristina Ulivi
You have installed Tomcat 4.0.2, haven't you? Tomcat 4.0.2 and Cocoon 2.0.1 doesn't like each other. Try to install Tomcat 4.0.1 and Cocoon 2.   cri - Original Message - From: Tu, Hsiao-Kun To: [EMAIL PROTECTED] Sent: Thursday, February 14, 2002 8:15 PM Subject

Re: java.lang.NoClassDefFoundError: javax/xml/transform/URIResolver

2002-02-14 Thread Cristina Ulivi
You have installed Tomcat 4.0.2, haven't you? If so, Tomcat 4.0.2 and Cocoon 2.0.1 doesn't like each other. Try to install Tomcat 4.0.1 and Cocoon 2. cri - Original Message - From: Tu, Hsiao-Kun To: [EMAIL PROTECTED] Sent: Thursday, February 14, 2002 8:15 PM Sub

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 I am using Tomcat 3.

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

Re: java.lang.NoClassDefFoundError

2001-05-30 Thread [EMAIL PROTECTED]
Yes... I have JDK installed... Truth is that it was working and suddenly it gives this error... [EMAIL PROTECTED] writes: > > Have you installed the JDK or just the JRE? Cocoon can't do XSP without a > Java compiler, which isn't included in JRE. > > -Christopher > > > > > Please respond

Re: java.lang.NoClassDefFoundError

2001-05-30 Thread paint007
Have you installed the JDK or just the JRE? Cocoon can't do XSP without a Java compiler, which isn't included in JRE. -Christopher Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: Subject: java.lang.NoClassDefFoundError Hello! I am trying to load an xml page that uses

Re: java.lang.NoClassDefFoundError

2001-05-30 Thread Lajos Moczar
It seems like you don't have $JAVA_HOME/lib/tools.jar in your classpath. Regards, Lajos [EMAIL PROTECTED] wrote: > Hello! > > > I am trying to load an xml page that uses a > logichsheet. > But cocoon 1.8.2 returns the following error > I have consulted the faq and there it says that > it is