一段時間沒親自建新項目玩樂,今天建立了一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
經過查找原因,原來是因為忘記設置server runtime environment ,按一下步驟設置即可:
根據自己需要設置對應的server runtime 環境
異常解決了