设为首页 加入收藏

TOP

eclipse:报错信息The superclass “javax.servlet.http.HttpServlet” was not found on the Java Build Path
2015-02-13 18:23:37 来源: 作者: 【 】 浏览:28
Tags:eclipse: 信息 The superclass javax.servlet.http.HttpServlet was not found the Java Build Path

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


今天建立了一个Javaweb工程,并在eclipse中配置了Web容器Tomcat。JSP页面顶端出现“红色”的报错信息:The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path。原因是Javaweb工程类中没有添加Tomcat运行时相关类导致。


下面是具体的解决方法:


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服务器软件的安装(解压后)地址。


】【打印繁体】【投稿】【收藏】 【推荐】【举报】【评论】 【关闭】 【返回顶部
分享到: 
上一篇Java之XMemcached使用及源码详解 下一篇IPVS基于应用层任意偏移字段HASH..

评论

帐  号: 密码: (新用户注册)
验 证 码:
表  情:
内  容: