HttpServlet cannot be resolved to a type … is this a bug in eclipse?

后端 未结 5 565
别跟我提以往
别跟我提以往 2020-12-28 14:19

Every thing was fine and i was able to run this JSP project, suddenly some thing happened and mostly all my servlets getting unresolved error.

I know its because sp

5条回答
  •  [愿得一人]
    2020-12-28 14:40

    A simple solution for me was to go to Properties -> Java Build Path -> Order and Export, then check the Apache Tomcat library. This is assumes you've already set Tomcat as your deployment target and are still getting the error.

提交回复
热议问题