String cannot be resolved to a type怎么解决

时间: 2024-11-13 09:46:35

String cannot be resolved to a type怎么解决的相关文章

MyEclipse报错:String cannot be resolved to a type

往MyEclipse导入项目后,java 类总是报出n 多红叉,实在是惨不忍睹,String cannot be resolved to a type 都出来了, 开始以为是Myeclipse的事,但重启后发现问题还存在,于是在网上搜,结果说是JDK的问题 解决方法: 右键项目: properties--java build path- Libraries 找到JRE System Library, 发现 JRE System Library 1.7 后面是unbond , 点击edit ,al

myeclipse 开发环境下,提示 String cannot be resolved to a type

从SVN上下载项目,所有代码都有下来,在本地编译,java类总是报出n多红叉,惨不忍睹,String cannot be resolved to a type都出来了,以为是jar包未被加载,于是project-properties--java build path -- libraries,删掉已经存在的jar包,去workspace下重新加载jar包,不可以. project-properties--java complier- configure workspace settings 把j

eclipse报错:Multiple annotations found at this line: - String cannot be resolved to a type解决方法实测

Multiple annotations found at this line:- String cannot be resolved to a type- The method getContextPath() from the type HttpServletRequest refers to the missing type String 解决办法: 首先 右击该项目 - Build Path - Configure Build Path , 在 Libraries 选项下,会发现有个出错

javax.servlet.ServletException cannot be resolved to a type错误解决方法

在页面中使用全局路径时${pageContext.request.contextPath}出现javax.servlet.ServletException cannot be resolved to a type错误,解决方法如下: 这个错误主要是因为缺少jsp-api.jar 和  servlet-api.jar这两个Jar包. 第一种解决方法: 直接把 Tomcat7.0 下lib目录中的 jsp-api.jar 添加  Build path 中. 第二种解决方法:使用 Maven 将 js

cannot be resolved to a type 错误解决方法

引言:  eclipse新导入的项目经常可以看到“XX cannot be resolved to a type”的报错信息.本文将做以简单总结. 正文:      (1)jdk不匹配(或不存在)     项目指定的jdk为“jdk1.6.0_18”,而当前eclipse使用的是“jdk1.6.0_22”.需要在BuildPath | Libraries,中做简单调整.     (2)jar包缺失或冲突     当找不到“XX”所在的jar包时,会报这个错.解决只需要找到(ctrl+点击,可能能

Eclipse javax.servlet.jsp.PageContext cannot be resolved to a type 错误解决办法

目前在jsp页面form action中使用${pageContext.request.contextPath }/servlet的写法,但是一直提示有错误,错误如下:javax.servlet.jsp.PageContext cannot be resolved to a type 网上解答过说要缺少jsp-api.jar,导入这个包之后不报错了,但是程序启动访问这个页面的时候出现如下错误: org.apache.jasper.JasperException: Unable to read T

xxx cannot be resolved to a type 错误解决方法

(1)jdk不匹配(或不存在)     项目指定的jdk为“jdk1.6.0_18”,而当前eclipse使用的是“jdk1.6.0_22”.需要在BuildPath | Libraries,中做简单调整.     (2)jar包缺失或冲突     当找不到“XX”所在的jar包时,会报这个错.解决只需要找到(ctrl+点击,可能能看到jar包名称)对应jar包导入项目即可.     另外,出现相同的XX时也会报此错.可能需要调包.解包.选删.     (3)eclipse查找项目类型策略所致

HttpServlet cannot be resolved to a type

Description Resource Path Location TypeHttpServlet cannot be resolved to a type SimpleServlet.java /JavaHelloWorldApp/src/main/java/wasdev/sample/servlet line 15 Java ProblemHttpServletRequest cannot be resolved to a type SimpleServlet.java /JavaHell

The type java.lang.String cannot be resolved. It is indirectly referenced from required .class files

最近在做J2ME开发项目,配置环境一切OK,但是打开项目时某些文件提示: The type java.lang.String cannot be resolved. It is indirectly referenced from required .class files,经查阅是因为环境中的JRE冲突引起的,我是通过以下方式解决了问题. 在Eclipse上依次打开Windows->Preferences->Java->Build Path->User Libraries,清空列