Hi Ravi, Set the CLASSPATH pointing to /<jsdk folder>/servlet.jar - where <jsdk folder> is your JSDK2 root. Also try extracting the "servlet.jar" (ex: use Winzip) into the <jsdk folder>. This will create the folder "javax" and folder "http" inside "javax" along with the respective .class files which handles the Http requests and responses. HTH. -Madhu. -----Original Message----- From: V T R Ravi Kumar [mailto:[EMAIL PROTECTED]] Sent: 27 September, 2000 3:26 PM 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
