在尝试编译程序时,我在 servlet 类中遇到编译错误。错误是
Access restriction: The type HttpServlet is not accessible
due to restriction on required library D:\Temp\eclipse\plugins\javax.servlet_2.5.0.v201103041518.jar
我在第一行本身遇到的错误-
public class Servlet extends HttpServlet
我正在使用 Eclipse indigo 和 Apache Tomcat 7 来运行此代码。因为我是 servlet 的新手,所以我不熟悉这个错误。请帮我解决这个问题。