I have got problem like this:
Error:(53, 17) java: cannot access javax.servlet.jsp.JspException
class file for javax.servlet.jsp.JspException not found
I,m using Intellij Idea without Maven. I have added servlet-api.jar to libraries, but it still doesn't work. What should I do?