ServletContext cannot be resolved ServletException cannot be resolved

比眉伴天荒 2024-04-20 08:54 183阅读 0赞

ServletContext cannot be resolved ServletException cannot be resolved

Multiple markers at this line

- The type javax.servlet.ServletContext cannot be resolved. It is indirectly referenced from required .class files

- The type javax.servlet.ServletException cannot be resolved. It is indirectly referenced from required .class files

缺少servlet-api-xx.jar

maven依赖

  1. <dependency>
  2. <groupId>javax.servlet</groupId>
  3. <artifactId>servlet-api</artifactId>
  4. <version>2.5</version>
  5. </dependency>

发表评论

表情:
评论列表 (有 0 条评论,183人围观)

还没有评论,来说两句吧...

相关阅读