The import javax.servlet.jsp.JspException cannot be resolved

问题描述

??重新更换了 Apache Tomcat 的版本,在 Eclipse 中项目报错信息:The import javax.servlet.jsp.JspException cannot be resolved

解决方法

??重新配置一下工程路径,配置服务器。

  1. Eclipse —> Project —> Clean... 一下工程;
  2. 右键 工程项目 —> Build Path —> Configure Build Path... —> Java Build Path —> Libraries —> Add Library... —> Server Runtime —> 选择 Apache Tomcat vx.x.x 即可。

原文地址:https://www.cnblogs.com/wumz/p/10767789.html

时间: 2024-10-11 11:44:40

The import javax.servlet.jsp.JspException cannot be resolved的相关文章

解决javax.servlet.jsp.JspException cannot be resolved to a type

java开发工具 在导入新项目后出现 javax.servlet.jsp.JspException cannot be resolved to a type错误信息: 解决方案: 看看项目中是否存在jsp.api.jar包.若是不存在就去tomcat中copy一份  jsp.api.jar包到项目lib中 The import javax.servlet.http.HttpServletRequest cannot be resolved 错误信息 解决方案: 看看项目中是否存在servlet.

- The import javax.servlet.jsp.JspWriter cannot be resolved

 Add servlet-api.jar and jsp-api.jar from Tomcat 6.0 library to ecipse project.- The import javax.servlet.jsp.JspWriter cannot be resolved

javax.servlet.jsp.JspException cannot be resolved

加入以下,解决 <properties> <jdk.version>1.6</jdk.version> <spring.version>3.2.8.RELEASE</spring.version> <spring.security.version>3.2.3.RELEASE</spring.security.version> <!-- Web --> <jsp.version>2.1</jsp

javax.servlet.jsp.JspException cannot be resolved to a type

在你的项目中加入jsp-api.jar和servlet-api.jar包,这两个包来源于tomcat的libs目录中,但是会出现一个问题,项目打包发布的时候也会将这两个jar打包出去,这时候发布到tomcat中后tomcat可能启动失败,同时你的jar包可能和tomcat中的jar版本不一致等情况. 解决方式:右键你的项目--properties选择Targeted Runtimes,选择你的运行环境,我选择Apache Tomcat v7.0,Apply--OK. 原文地址:https://w

javax.servlet.jsp.JspException: No getter method for property

javax.servlet.jsp.JspException: No getter method for property getAvailableAddres sRequest.resellerId of bean org.apache.struts.taglib.html.BEAN at org.apache.struts.util.RequestUtils.lookup(RequestUtils.java:968) struts-config.xml: <form-beans> <

在Myeclipse buildpath 加server lib (server runtime)/项目导入时报错:The import javax.servlet.http.HttpServletRequest cannot be resolved

来源于:http://blog.csdn.net/dingqinghu/article/details/8805922 http://yl-fighting.iteye.com/blog/1409468 使用Myeclipse,将eclipse下的工程复制过来后,发现提示Tomcat 7.0 unbound.缺少Server Runtime. 解决方法如下:1,File->New->Other->Server->Server(注意在new时,需要勾上Show All Wizards

maven中解决javax.servlet.jsp.PageContext cannot be resolved to a type

在eclipse环境下用maven出现:javax.servlet.jsp.PageContext cannot be resolved to a type. 这是因为没有引入jsp-api引发的问题,在pom.xml引入: <dependency> <span style="white-space:pre"> </span><groupId>javax.servlet</groupId> <artifactId>

The import javax.servlet.http.HttpServletRequest cannot be resolved解决方案

废了2个小时查找jdk版本如何更新本以为是这个的问题 原来并不是这个问题 因为你还没有导入servlet-api.jar包 导入方法:右键你的工程属性,然后如图 选择导入的外部jar要到你的tomcat安装目录下的bin目录下选择servlet-api.jar The import javax.servlet.http.HttpServletRequest cannot be resolved解决方案

项目导入时报错:The import javax.servlet.http.HttpServletRequest cannot be resolved

Error: The import javax.servlet cannot be resolved The import javax.servlet.http.HttpServletRequest cannot be resolved Description: 我们经常会把别人的项目copy到自己这里进行二次开发或者参考,有的时候会发生上面的错误, 即eclipse项目里我们导入的项目里提示HttpServletRequest 不能引用,会伴随头疼的小红叉出现. Accuse: 具体原因是我们