I create new projects in Eclipse regularly and every time when I add a Servlet to one of them I get the error import javax.servlet can't be resolved
To solve this I have to add a jar to the project.
So is there any method such that the required JARs are added to all of my projects ,i.e., I don't have to add them again and again whenever I create a new project.