教程集 www.jiaochengji.com
教程集 >  脚本编程  >  java  >  正文 JavaWeb: 报错信息The superclass “javax.servlet.http.HttpServlet”

JavaWeb: 报错信息The superclass “javax.servlet.http.HttpServlet”

发布时间:2016-10-20   编辑:jiaochengji.com
教程集为您提供JavaWeb: 报错信息The superclass “javax.servlet.http.HttpServlet”等资源,欢迎您收藏本站,我们将为您提供最新的JavaWeb: 报错信息The superclass “javax.servlet.http.HttpServlet”资源
下在一起来看看关于(可行)JavaWeb:报错信息The superclass “javax.servlet.http.HttpServlet” was not found on the Java Build Path解决办法。

好久不写Jsp,今天建立了一个Javaweb工程,并在eclipse中配置了Web容器Tomcat。原本开心的新建jsp页面,添加一个简单的Java类。可是,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服务器软件的安装(解压后)地址

您可能感兴趣的文章:
JavaWeb: 报错信息The superclass “javax.servlet.http.HttpServlet”
php 错误报告开启详细实现
php错误显示配置
C 中超类化和子类化及他们的区别
Linux开启PHP报错的方法
mysql 修改目录后mysqld启动报错
php error_log 错误信息写入文件的例子
开发模式与产品模式下的PHP报错处理详解
PHP5.3以上版本涉及时间的会报错 It is not safe to rely on the system's timezone settings.
MySQL主从配置提示Failed to initialize the master info structure错误

[关闭]
~ ~