eclipse报错:The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path

    xiaoxiao2021-12-14  22

    PS:之所以把这个错误贴到博客上时因为每次打开web项目时都会报这个错误,而且总是忘记怎么处理,Feathers你长点心吧!!

    1、右击web工程–>属性或Build Path–>Java Build Path–>Libraries–>Add Libray–>Server Runtime–>Tomcat Server

    2、切换到Java Build Path界面中的Orader and Export,选择Tomcat。

    注意: 按以上方法操作时,若打开Server Runtime后一片空白,需要设置Apache服务器。设置方法为:window->Preferences->Server->Runtime Environment -> add –> 选择Apache的版本后点Next,再填入你apache服务器软件的安装(解压后)地址。

    转载请注明原文地址: https://ju.6miu.com/read-970443.html

    最新回复(0)