It looks like you need to declare:

import com.allaire.wddx.WddxDeserializer;

in the class in which you are using this class.  This means you have to
download this class from Allaire to use it and put it in a path relative to
the root path of the instant class, like:

[yourClass root] -> \com -> \allaire -> \wddx -> WddxDeserializer.class


-mark

-----Original Message-----
From: Stephen Fenelon [mailto:[EMAIL PROTECTED]]
Sent: Thursday, December 28, 2000 11:23 AM
To: [EMAIL PROTECTED]
Subject: Re: FW: servlet sax wddx error


Hi thanks for your answer but I don't understand what you mean, is it the
'import', which path, where? why does the server need the package?
I would really appreciate any help on this one (see below).

thanks
Stephen


>>I think u have problem with path . The server is not able to get the
resource means the package. Please give the whole enviornment u r using and
where it the package, to give a solution




----- Original Message -----
From: "Stephen Fenelon" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, December 27, 2000 2:27 PM
Subject: FW: servlet sax wddx error


> Hi all this message seems to have failed to reach the list, I'll try
> again...
>
> >>Hi I am trying to put a sax wddx processer in a servlet and it compiles
> without error but throws this error when run as a servlet:
>
> >>500 Servlet Exception
> java.lang.NoClassDefFoundError: com/allaire/wddx/WddxDeserializer
>
> I don't understand why it throws this error.(??)
>
> Yet if I run a version off the command line (in main etc) it dosen't throw
> this error and functions.
>
> does the com.allaire.wddx.WddxDeserializer need to be on my server or am I
> not importing the package correctly? javac -verbose suggests that  it is
> loading at compile time.
>
> Any ideas anyone?
>
> Stephen
>
>
___________________________________________________________________________
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the
body
> of the message "signoff SERVLET-INTEREST".
>
> Archives: http://archives.java.sun.com/archives/servlet-interest.html
> Resources: http://java.sun.com/products/servlet/external-resources.html
> LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to