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 ,alternate jre 选择JDK的安装路径. 这样, 问题就解决

时间: 2024-10-25 04:14:29

MyEclipse报错:String cannot be resolved to a type的相关文章

JSP页面java代码报错:Purgoods cannot be resolved to a type

错误提示 : Purgoods cannot be resolved to a type Purgoods不能解析为一个类型 原因 : 缺少引入Purgoods类 原文地址:https://www.cnblogs.com/mangwusuozhi/p/9542307.html

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 选项下,会发现有个出错

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

POST提交时总是报错: {"errcode":40017,"errmsg":"invalid button type"} 解决办法

开发语言:java 开发内容:微信公众号 自定义菜单 开发该连接的项目:点击打开链接 http://blog.csdn.net/blognkliming/article/details/16803093 执行MenuManage.java时报错: POST提交时总是报错:  {"errcode":40017,"errmsg":"invalid button type"} 网上找了很多资料,都没有解决问题.最后,在查看代码时发现,MenuManag

【spring boot】mybatis启动报错:Consider defining a bean of type 'com.newhope.interview.dao.UserMapper' in your configuration.

启动报错: 2018-02-24 22:41:00.442 WARN 2952 --- [ main] ationConfigEmbeddedWebApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.UnsatisfiedDependencyException: Error c

启动项目,编译报错:Consider defining a bean of type 'XXX' in your configuration.

在controller层注入ConfigBean,编译器报错: 一开是以为是intellij idea 的告警级别设定的问题,就没有在意,继续启动项目,结果控制台报错:Consider defining a bean of type 'XXX' in your configuration. 错误信息显示找不到这个Bean类. 但是我明明写了啊. 后来经过一番查找,大概有了如下理解:主要问题出在@SpringBootApplication 这个注解上. 点进这个注解,可以看到,此注解功能大概由下面

vue element-ui typescript tree报错 === Property 'getCheckedNodes' does not exist on type 'Element | Element[] | Vue | Vue[]'.

import { Tree } from 'element-ui' const ref = <Tree>this.$refs.tree ref.getCheckedNodes() vue element-ui typescript tree报错 === Property 'getCheckedNodes' does not exist on type 'Element | Element[] | Vue | Vue[]'. 原文地址:https://www.cnblogs.com/cynthi

启动Myeclipse报错“Failed to create the Java Virtual Machine”的解决办法

我安装的是Myeclipse 10.7.1.装上好久没用,今天启动突然报错:Failed to create the Java Virtual Machine. 检查Myeclipse安装好使用时好的啊,近期也没用,可能是近期升级了本地单独安装的jre版本导致的吧(Myeclipse使用自己的jre的). 整理了如下2个解决办法,可以选择一个使用,我选择的是第2个.经测试都ok. 方法一: 找到Myeclpise路径下的myeclipse.ini文件: 编辑将Xmx(JVM Heap最大允许的尺

启动eclipse 报错 R cannot be resolved to a variable

启动eclipse的时候,会出现项目就会报错,有很多的红叉,src 和res文件都会有错误,光标放过去 报错:R cannot be resolved to a variable,但是之前是没有错误的! 所以可以采取以下措施 1重启eclipse: 2重启机器: 3看res文件下的布局文件哪个有错误,修正一下: (布局文件报错从而引起整个工程找不到R文件的情况也还是有的)