一段时间没亲自建新项目玩乐,今天建立了一Maven project的时候发现了以下异常,Description Resource Path Location Type

The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path index.jsp /easyBuy/src/main/webapp line 1 JSP Problem

Description	Resource	Path	Location	Type The superclass "javax.servlet.http.HttpServlet" was not foun

经过查找原因,原来是因为忘记设置server runtime environment ,按一下步骤设置即可:

Description	Resource	Path	Location	Type The superclass "javax.servlet.http.HttpServlet" was not foun


Description	Resource	Path	Location	Type The superclass "javax.servlet.http.HttpServlet" was not foun

根据自己需要设置对应的server runtime 环境

Description	Resource	Path	Location	Type The superclass "javax.servlet.http.HttpServlet" was not foun

异常解决了

Description	Resource	Path	Location	Type The superclass "javax.servlet.http.HttpServlet" was not foun

相关文章:

  • 2021-10-04
  • 2021-04-17
  • 2021-11-22
猜你喜欢
  • 2021-05-01
  • 2022-12-23
  • 2021-04-05
  • 2021-08-26
相关资源
相似解决方案