maurice munoz wrote:
>
> I need to know where to store the oreilly class files,
>
> becuase I am reading the book "servlets,,,etc" and doing one of the
> examples and I get an compiler error "can import class file,,,etc"
>
> Can somebody help me

They need to be placed in the servlet engine's classpath.  Exactly
where that is depends on your engine.  With JWS, for example, you can
either modify the startup script to include the JAR in the CLASSPATH or
you can unjar the classes in server_root/classes/com/oreilly/servlet
where they'll be found by default.

-jh-

--
Jason Hunter
[EMAIL PROTECTED]
Book:    http://www.servlets.com/book
Article: http://www.javaworld.com/jw-12-1998/jw-12-servletapi.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