Fist you need to get your servlet to compile. From the error you are getting, it is evident that the compiler cannot find the JSDK 2 classes. I am using NT 4.0 and here is what my "classpath" is. Change the drive letters to match yours and the version of the JDK's etc. Then your servlet should compile. .;D:\jdk1.3\lib\classes.zip;D:\JSDK2.1\servlet.jar; T. Kochanowicz -----Original Message----- From: A mailing list for discussion about Sun Microsystem's Java Servlet API Technology. [mailto:[EMAIL PROTECTED]]On Behalf Of V T R Ravi Kumar Sent: Wednesday, September 27, 2000 4:56 AM To: [EMAIL PROTECTED] Subject: How to run a servlet We are new to servlet concept. We have loaded JSDK 2, JDK 1.1.8, JWS 1.1.3 When I write a new servlet I am not able to create a class for this Where should i run this. When i tried using JAVAC there were error messages saying that package javax.http.servlet not found and so on I found that this package is found in the JSDK/src/.. folder Do i have to set some class path in jdk to run this I also have some jar file in jsdk... Please give a step by step way to handle this problem -- V.T.R. Ravi Kumar Office : Resd.: --------- ------- Information & Technology Department # Room No.68, ET Hostel - 2, Sector1 Bharat Heavy electricals Limited # Bharat Heavy Electricals Limited Ranipur, Hardwar - 249 403, INDIA # Ranipur, Hardwar - 249 403, INDIA. ___________________________________________________________________________ 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
