Hey!

This error message tells you, the obvious, that it can not find
your class named HttpMessage.  Typically, the problem is you have
not specified the path to find your jar.  There are multiple ways to do
this depending on the servlet engine you are using.  For myself, using
WebSphere in Windows NT, I put the jar file's path in the
WebSphere's classpath.

Other options are:
1 extract the jar classes and put them directly under the servlet root directory.
2 put the path in you system classpath, for Windows.
3 put the jar in the classes folder under the servlet root.

All of these work for WebSphere, other servlet engines will vary.

Sans adieu,
Danny Rubis

"D .J. Patil" wrote:

> java.io.FileNotFoundException: cc_piping:8080//com/oreilly/servlet/HttpMessage.class
> java.lang.NoClassDefFoundError: com/oreilly/servlet/HttpMessage
>  at DayApplet.start
>  at com/ms/applet/AppletPanel.securedCall0
>  at com/ms/applet/AppletPanel.securedCall
>  at com/ms/applet/AppletPanel.processSentEvent
>  at com/ms/applet/AppletPanel.run
>  at java/lang/Thread.run
> Microsoft (R) VM for Java (tm), 4.0 Release 4.79.0.2424
>
> ___________________________________________________________________________
> 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