"javax.servlet.http.HttpServlet" was not found on the Java Build Path
今天建立了一个Javaweb工程,并在eclipse中配置了Web容器Tomcat。原本开心的新建jsp页面,添加一个简单的Java类。可是,JSP页面顶端出现“红色”的报错信息:Thesuperclass"javax.servlet.http.HttpServlet"wasnotfoundontheJavaBuildPath。原来Javaweb工程类中没有添加Tomcat运行时相关类导致。
下面是具体的解决方法:
1、右击web工程-》属性或BuildPath-》JavaBuildPath->Libraries->AddLibray...->ServerRuntime-》TomcatServer
2、切换到JavaBuildPath界面中的OraderandExport,选择Tomcat。
注意:
按以上方法操作时,若打开ServerRuntime后一片空白,需要设置Apache服务器。设置方法为:window->Preferences->Server->RuntimeEnvironment->add-->选择Apache的版本后点Next,再填入你apache服务器软件的安装(解压后)地址。
相关推荐
86276537 2020-11-19
wesai 2020-08-12
DataPythonVBA 2020-08-11
88266432 2020-08-11
绿豆饼 2020-07-28
chenkai00 2020-07-26
webpackvuees 2020-07-23
糊一笑 2020-07-04
pandaphinex 2020-06-11
TaoTaoFu 2020-06-09
gloria0 2020-06-09
applecarelte 2020-06-05
ajuan 2020-06-03
Justagreenonion 2020-05-30
GechangLiu 2020-05-25
ZGCdemo 2020-05-13
83206733 2020-04-22
zhaolisha 2020-05-06
Keepgoing 2020-05-06