Hello to all,

I recently downloaded the com.oreilly.servlet.* Package from
www.servlets.com.  There is a MultpartRequest class that will work very nice
for me in the package.

BUT

The only way I can get it to work is to make the class a sub/embedded class
of the servlet that I created.

I can't seem to figure out how to import the package.  Where exactly should
the package reside in the JavaWebServer?

I have tried the package in the classes dir and the servlets dir then adding
the following code to my servlet that creates an instance of the
MultipartRequest object.

import com.oreilly.servlet.*;

Each time I compile my servlet I get the following:
Class com.oreilly.servlet.* not found in import.

Can anyone help?  I guess there is a problem with the classpath or
environment variables but I can't figure it out.

Thank you,

--brian
______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com

___________________________________________________________________________
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