(1)jdk不匹配(或不存在) 项目指定的jdk为“jdk1.6.0_18”,而当前eclipse使用的是“jdk1.6.0_22”。需要在BuildPath | Libraries,中做简单调整。(2)jar包缺失或冲突 当找不到“XX”所在的jar包时,会报这个错。解决只需要找到(ctrl+点击...
分类:
系统相关 时间:
2015-09-08 21:35:40
阅读次数:
163
1、错误描述org.springframework.web.util.NestedServletException: Handler processing failed; nested exception is java.lang.Error: Unresolved compilation problems:
sql cannot be resolved
sql cannot be reso...
分类:
编程语言 时间:
2015-09-08 18:39:02
阅读次数:
347
Android开发过程中,碰到R cannot be resolved to a variable的报错信息,好像没有很确定的错误原因,一般来说,我总结出几个可能的解决方法,希望试过以后管用。。。 1. 检查Android 的SDK是否丢失需要重新下载,...
分类:
其他好文 时间:
2015-09-06 11:20:28
阅读次数:
130
Android开发过程中,碰到R cannot be resolved to a variable的报错信息,好像没有很确定的错误原因,一般来说,我总结出几个可能的解决方法,希望试过以后管用。。。1. 检查Android 的SDK是否丢失需要重新下载,检查build path2.确保class没有i...
分类:
其他好文 时间:
2015-09-05 11:03:07
阅读次数:
114
composer require "dektrium/yii2-user:0.9.*@dev" 一直安装失败,提示:Your requirements could not be resolved to an installable set of package.Problem 1- yiisoft/...
分类:
Web程序 时间:
2015-09-04 12:35:24
阅读次数:
344
在看国外大师写的C++/C#这种语言类的书籍时,往往会对要using些什么都写的很清楚,但国内某本安卓书籍就没写这些……好吧,这些都太基础了,确实没必要写。不过我还是不知道遇到如题的问题该怎么办,于是找了下资料……import android.view.View.OnClickListener;...
分类:
移动开发 时间:
2015-09-03 16:41:19
阅读次数:
138
1.提示The import java.util cannot be resolved;项目buildpath不对与原来的项目,jdk不同。换了之后原来的没了就导致了现在这种错误,基本的java.lang或者util包都找不到。解决方案:右键项目----buildpath---Configure B...
分类:
编程语言 时间:
2015-09-01 19:44:52
阅读次数:
132
spring错误:
The type org.springframework.dao.DataAccessException cannot be resolved. It is indirectly referenced from required .class files
解释:
org.springframework.dao.DataAccessException该类型不...
分类:
数据库 时间:
2015-08-31 15:19:46
阅读次数:
394
I had similar problem which was resolved by taking two steps :1A. DELETE THE REGISTRY KEY :32-bit machine>[HKEY_CURRENT_USER\Software\Microsoft\Window...
分类:
其他好文 时间:
2015-08-28 17:00:48
阅读次数:
146
一.Eclipse导入编译好的安卓项目的时候,提示:Cocos2dxActivity cannot be resolved to a type
解决办法:
eclipse导入项目后会出现这个问题,事实上在项目中有一个project.properties文件其中有这么一行配置信息:
android.library.reference.1=../../cocos2dx/pl...
分类:
移动开发 时间:
2015-08-27 16:49:43
阅读次数:
193