I wanted to use javax.servlet.http.HttpSessionListener interface in my project. The project can’t find a proper jar.
Which jar do I need to include in the project? Which package?
Edit
Seems like a different problem, new question here.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I think
servlet-api.jarwill do it.and if project still can’t find a proper jar, then you must try to add it again [as you have said that you are using eclispe so you can add it using
properties-> build path -> configure build path -> add external jars].