问题如下:BUILD FAILEDD:\adt-bundle-windows-x86_64-20131030\sdk\tools\ant\build.xml:653: The following error occurred while executing this line:D:\adt-bund...
分类:
其他好文 时间:
2014-07-16 23:03:08
阅读次数:
195
An internal error occurred during: Launching efax on Tomcat 7.x . 项目运行时报错因为你项目建的时候用的是Tomcat5.x 服务器 ,现在项目用的不是TOmcat5.x ,你必须把服务器改成7.x 以上版本就不会报错了具体办法:项目 ...
分类:
系统相关 时间:
2014-07-16 21:10:28
阅读次数:
224
到官网下载windows环境下的github,在安装时出现以下问题
An error occurred trying to download 'http://github-windows.s3.amazonaws.com/GitHub.application'.
See the setup log file located at 'C:\Users\。。。\AppData\Local\...
分类:
Windows程序 时间:
2014-07-10 19:25:39
阅读次数:
5852
这个异常是常见的Java中的异常,空指针异常。而且,一般都会指出在哪儿出现空指针异常。
1、错误描述
严重:Exception occurred during processing request:null
java.lang.NullPointerException.
2、错误原因
if(isValiation(user.getUsername())){...
分类:
编程语言 时间:
2014-07-09 13:00:57
阅读次数:
240
解决方案1:在project build path中先移除JRE System Library,再添加库JRE System Library,重新编译后就一切正常了。 解决方案2:Windows -> Preferences -> Java -> Compiler -> Errors/Warning...
分类:
其他好文 时间:
2014-07-06 15:01:09
阅读次数:
168
Export aborted because fatal lint errors were found.These are listed in the Problems view.Either fix these before running Export again,or turn off "Ru...
分类:
移动开发 时间:
2014-07-06 14:23:18
阅读次数:
363
Subclipse不能正常工作,打开后报错:
Failed to load JavaHL Library.
These are the errors that were encountered:
no libsvnjavahl-1 in java.library.path
no svnjavahl-1 in java.library.path
no svnjavahl in java...
分类:
编程语言 时间:
2014-07-06 11:26:38
阅读次数:
228
warning: shared library text segment is not shareable
error: treating warnings as errors
最近在调试一个Gsensor, 代码是从android4.2上直接移植过来的。但却一直编译不过, 纳闷了。。。
baidu不行
google 又访问不了,真是操蛋
但是终究还是找到了点有用的信息,说是编译器...
分类:
其他好文 时间:
2014-07-06 09:20:15
阅读次数:
292
Publishing failed with multiple errors在使用eclipse发布项目时不能自动生成class文件,且无法启动调试的Tomcat服务。启动过程提示 以上 异常解决方案:刷新工程即可问题产生原因:使用了 转码工具对代码进行格式转换,后启动就提起Publishing f...
分类:
其他好文 时间:
2014-07-05 18:38:23
阅读次数:
239
1、错误描述
严重:Exception occurred during processing request:Statement Callback;SQL[ ];OALL8处于不一致状态;
nested exception is java.sql.SQLException:OALL8处于不一致状态.
java.sql.SQLException:...
分类:
数据库 时间:
2014-07-03 17:59:34
阅读次数:
245