bug
黄龙山客
生活会把我们打趴下, 但我们可以选择是否重新站起来
展开
-
An internal error occurred during: "Add Deployment".
在用MyEclipse导入一个外部工程准备部署到tomcat时出现这样一个错误: An internal error occurred during: “Add Deployment”. 解决方案: 右键点击项目名称 选中Java Build Path 选择Libraries选项卡 选中JRE System Library[Sun JDK 1.7.0_79] 点击Edit Work原创 2016-03-19 13:10:42 · 608 阅读 · 0 评论 -
Android运用Genymotion调试,调试启动时出错
利用Genymotion进行调试时,出现如下错误:The connection to adb is down, and a severe error has occured.You must restart adb and Eclipse.Please ensure that adb is correctly located at 'E:\setups\android\android-2.1_r0原创 2015-07-31 10:55:02 · 1258 阅读 · 0 评论 -
Multiple markers at this line - The type org.xmlpull.v1.XmlPullParser cannot be resolved. It is ind
Multiple markers at this line - The type org.xmlpull.v1.XmlPullParser cannot be resolved. It is indirectly referenced from required .class files - The type org.xmlpull.v1.XmlPullParser cannot原创 2016-03-18 13:25:46 · 1594 阅读 · 0 评论 -
java @Override错误
导入一个外部工程时,Myeclipse中出现@Override错误,必须删除此注解,项目才可以编译通过,但是这个方法就是要重写的,为什么会报错呢?jdk1.5(5.0)之前这个就有,算是Bug,jdk1.6(6.0)版本之后修复了这个Bug。把工程编译时使用JDK1.6版本可以解决。具体操作: Myeclipse中 Window–>Preferences–>Java–>Compiler–>C转载 2016-03-19 13:16:31 · 431 阅读 · 0 评论 -
Java compiler level does not match
从别的地方导入一个项目的时候,经常会遇到eclipse/Myeclipse报Description Resource Path Location Type Java compiler level does not match the version of the installed Java project facet.出现这个问题的原因是因为,eclipse/myeclipse的jdk编译版本与原创 2016-03-19 13:25:06 · 584 阅读 · 0 评论 -
Access restriction: The type BASE64Encoder is not accessible due to restrict
Access restriction: The type BASE64Encoder is not accessible due to restrict 在Eclipse中编写Java代码时,用到了BASE64Decoder,import sun.misc.BASE64Decoder;可是Eclipse提示: Access restriction : The type BASE64Decode转载 2016-03-19 13:26:47 · 983 阅读 · 0 评论