Hello everyone,
I am new to eclipse...
I have downloaded the latest version of eclipse 3.3 (Enterprise Edition)
Created a Web dynamic project and added a
servlet to
test it.
Now it is giving me error that the following imports cannot be resolved:
import javax.servlet.ServletException;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
This servlet is under Demo ( my app name) ->
Java Resources:src -> default package -> ServletOne.java
I know I am making some stupid mistake but I have tried everything ( checking installed jre... and other settings) and still I cannot figure out the problem!
By the way I have netbeans 5.5 installed and there I can run servlets and
jsp without problems. I have Sun App server 9 installed too and jre 1.6.
Please advise what I should do so that I can start using eclipse.
Thanks in advance,
Danveer