i had jsdk2.0 with me . but during the compilation an error is coming that class javax.servlet/http not found in import . i set the classpath as c:\jsdk2.0\lib\jsdk.jar also. even then iam getting the same problem . i will be thankful to u if u solve this one.
Karthik Guru
Ranch Hand
Joined: Mar 06, 2001
Posts: 1209
posted
0
is coming that class javax.servlet/http not found in import . >> r u importing javax.servlet.http.*? HttpServlet class is in >>javax.servlet.http package. >>it does'nt seem so. Can u check that please karthik.