ubuntu下eclipse遇到The superclass "javax.servlet.http.HttpServlet" was not found on the Java

Posted tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ubuntu下eclipse遇到The superclass "javax.servlet.http.HttpServlet" was not found on the Java 相关的知识,希望对你有一定的参考价值。

JSP页面顶端出现“红色”的报错信息:The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path。
原来Java
web工程类中没有添加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服务器软件的安装(解压后)地址。

以上是关于ubuntu下eclipse遇到The superclass "javax.servlet.http.HttpServlet" was not found on the Java 的主要内容,如果未能解决你的问题,请参考以下文章

ubuntu linux下解决“no java virtual machine was found after searching the following locations:”的方法

eclipse遇到启动报an error has occurred see the log file错

有关eclipse遇到An Error has Occurred. See the log file问题解决办法

eclipse遇到启动报an error has occurred see the log file错 错误 修改了workplace工作空间

eclipse启动时 failed to create the java virtual machine 解决办法

eclipse菜单栏不显示 + the system is running in lou-graphics mode问题