try javac -classpath /absolute/pathname/to/your/servlet.jar MyServlet.java.



Ricky Y. Artigas
Analyst/Programmer
Software Development -
Information Technology Division
Easycall Communications Phils., Inc.
418 Arayat Street
Mandaluyong City 1550
Philippines
website: http://www.easycall.com.ph
Tel.no: (+632) 5338001 ext.6574
Pager:  141-002955
Email: [EMAIL PROTECTED]


> -------------------------------
> IMPORTANT NOTICE:

> This message (and any attachment hereto) may contain privileged and/or
> confidential information specific to EasyCall. If you are not the intended
> addressee indicated in this message, you may not copy or disseminate this
> message (or any attachment hereto) to anyone. Instead, please destroy this
> message (and any attachment hereto), and kindly notify the sender by reply
> email. Any information in this message (and any attachment thereto) that
> do not relate to the official business of EasyCall shall be understood as
> neither given nor endorsed by the company.
>
>
> -----Original Message-----
> From: Faisal Mahdi [SMTP:[EMAIL PROTECTED]]
> Sent: Tuesday, December 26, 2000 1:41 AM
> To:   [EMAIL PROTECTED]
> Subject:      Coding Servlets(primitive question)
>
> Hi,
>
> I need help in coding Java Servlets.
>
> I am using Sun's JDK 1.2.2 which hasn't got the javax.servlet package
> integrated into it.
> I managed to download the Javax.servlet Servlet API files which is basicly
> a
> servlet.jar file
>
> Now where can I put this file to be able to code without getting package
> not
> found errors when i compile, and does this have to do with the CLASSPATH
> which is = to C:\JDK1.2.2\lib\classes.zip
>
> I also tried :
> javac -classpath XXXXX MyServlet.java
>
> but i get the same error :
> Properties.java:3: Package javax.servlet not found in import
> import javax.servlet.*;
>
> Does sun provide a free download of a Servlet Development Kit?
>
> Or how can I get this to work
>
> __________________________________________________________________________
> _
> 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