| Author |
import javax.servlet
|
venuvvp prasad
Greenhorn
Joined: Apr 04, 2008
Posts: 3
|
|
i am facing problem in importing javax.servlet.*;.i am using java1.5. while i am compiling code it says package javax.servlet is not found
|
 |
vas reddy
Greenhorn
Joined: Jun 11, 2008
Posts: 22
|
|
|
You need to place servlet.jar in the path
|
 |
Jesper de Jong
Java Cowboy
Bartender
Joined: Aug 16, 2005
Posts: 12929
|
|
|
See Compiling Servlets in the JavaRanch FAQ.
|
Java Beginners FAQ - JavaRanch SCJP FAQ - The Java Tutorial - Java SE 7 API documentation
Scala Notes - My blog about Scala
|
 |
sachin verma
Ranch Hand
Joined: Mar 25, 2008
Posts: 177
|
|
I think you are using JDk only. servlet is not the part of JDk. use any of the above given solution or install appropriate version of j2sdk
|
SCJP || SCWCD
|
 |
Campbell Ritchie
Sheriff
Joined: Oct 13, 2005
Posts: 32708
|
|
Welcome to JavaRanch Servlets are hardly beginner's Java, so I shall move you to the servlets forum.
|
 |
 |
|
|
subject: import javax.servlet
|
|
|