You don't have to move the the servlet.jar into the JDK1.2.x directory. You
simply have to add the classpath to the servlet.jar. For example:

javac -classpath .;C:\javawebserver\lib\servlet.jar

-ernie

Nagi Reddy Vuyyuru wrote:

> hi,
>
> first of all u have to set the classpath and also move
> jsdk.jar file into jdk1.2 directory. Moreover u should
> compile yr servlet .java files in
> javawebserver2.0/servlets directory. Try now and let
> me know. If u didnt compile servlets...I will give u
> the total classpath.
>
> Nag
>
> --- Raffiudeen Illahideen <[EMAIL PROTECTED]> wrote:
> > How can I compile Servlets in Jawa Web Server2.0? I
> > am getting an error
> > message that javax.servlet.*; is not in not a class
> > or interface and this
> > goes to javax.Http.*; too. Please help
> >
> > Thanks
> > [EMAIL PROTECTED]
> >
> >
> ______________________________________________________
> > 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
> >
>
> =====
>
> __________________________________________________
> Do You Yahoo!?
> Bid and sell for free at http://auctions.yahoo.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

___________________________________________________________________________
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