The type javax.http.HttpServletRequest cannot be resolved.It is indirectly

错误:The type javax.http.HttpServletRequest cannot be resolved.It is indirectly....

原因:项目中缺少servlet-api.jar文件。

解决办法:将D:/Program Files/Apache Software Foundation/Tomcat 5.5/common/lib下的servlet-api.jar拷贝到项目中,然后编译即可。

时间: 2024-10-29 02:35:58

The type javax.http.HttpServletRequest cannot be resolved.It is indirectly的相关文章

重新装的JDK,tomcat运行的时候显示这个怎么回事?求解

问题描述 重新装的JDK,tomcat运行的时候显示这个怎么回事?求解 2015-11-24 13:29:34 org.apache.catalina.core.AprLifecycleListener init INFO: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.

web eclipse 一直是错的。。。

问题描述 web eclipse 一直是错的... javax.servlet.jsp.JspException cannot be resolved to a type javax.servlet.ServletException cannot be resolved to a type 怎么回事... 用户登录 用户名: 密码:

android-Unknown Android Target Problem

问题描述 Unknown Android Target Problem Description Resource Path Location Type The project was not built since its build path is incomplete. Cannot find the class file for java.lang.Object. Fix the build path then try building this project com.WifiDista

安卓开发应用运行时出现问题

问题描述 安卓开发应用运行时出现问题 The type android.content.Intent cannot be resolved. It is indirectly referenced from required .class files下载下来的程序不能在自己的eclipse运行,检查了Java Build Path没什么问题,jdk也没什么问题 但就是有错误无法运行 解决方案 目测是没有安卓的SDK

stringbuilder-Java Stringbuilder调用append()方法报错

问题描述 Java Stringbuilder调用append()方法报错 报错: The type java.lang.CharSequence cannot be resolved. It is indirectly referenced from required .class 知道了 顺便说一句 回答问题就好好回答 不愿回答就不用回答 即使别人问的问题在弱智或者啥的 也不用嘲笑别人吧....... 解决方案 先贴代码,在贴错误,肯定是代码语法有问题并且是简单问题,这个错是编译器提示的.看

【ActiveMQ】管理界面查看消息详情,报错/WEB-INF/tags/form/forEachMapEntry.tag PWC6199: Generated servlet error: The type java.util.Map$Entry cannot be resolved. It is

ActiveMQ版本:5.12 JDK版本:1.8 ===================== 使用ActiveMQ过程中,在管理界面查看消息详情,发现报错: 查看日志信息,报错如下: 2017-11-29 16:29:08,020 | WARN | /admin/message.jsp | org.eclipse.jetty.servlet.ServletHandler | qtp68389885-53 org.apache.jasper.JasperException: PWC6033: U

java 新手求问cannot be resolved to a type 的解决方法

问题描述 java 新手求问cannot be resolved to a type 的解决方法 这是我自学的一个项目,以前没发现这样的问题,jdk8.65,eclipse是最新版,看了网上的同类问题好像是jar包导入的问题,但是不知道具体怎样解决,请路过的大神指点迷津,万分感谢 import java.awt.*; import java.awt.event.*; public class ChatClient extends Frame{ TextArea ta = new TextArea

[ssh ][异常]The type org.springframework.dao.support.DaoSupport cannot be resolved........

写spring的时候,使用SqlMapClientDaoSupport,结果报出异常: The type org.springframework.dao.support.DaoSupport cannot be resolved. It is indirectly referenced from required .class files   上网搜索了一下:发现有些地方说,把spring-core-xx.jar换成 spring.jar.可是spring包里边没有这个jar. 后来发现,要添加

求高手帮忙看jndi的问题。谢谢!javax.naming.NameNotFoundException: Name TestJNDI is not bound

问题描述 javax.naming.NameNotFoundException:NameTestJNDIisnotboundinthisContextatorg.apache.naming.NamingContext.lookup(NamingContext.java:770)atorg.apache.naming.NamingContext.lookup(NamingContext.java:153)atcom.wsy.Connsqlserver.getConnection(Connsqlse