문제

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.

도움이 되었습니까?

해결책

I think servlet-api.jar will 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].

다른 팁

Depends on what else you need and what you have lying around. Or which container you are using. See http://findjar.com/class/javax/servlet/http/HttpSessionListener.html

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top