maven « Import « JSP-Servlet Q&A





1. Why there is an error in import javax.servlet.*?    stackoverflow.com

I am using JavaSE6 and Eclipse, there is an error in the line

import javax.servlet.*
It seems there is no jar for this import. How to fix it? Install anything, use Eclipse EE ...