准备 eclipse ant1.8.0 hadoop1.2.1 src 步骤 1. 修改/home/hadoop/hadoop-1.2.1/src/contrib/build-contrib.xml 修改hadop.root值为实际的hadoop根目录 <property name="hadoop.root" location="/home/hadoop/h...
分类:
系统相关 时间:
2015-04-14 00:50:16
阅读次数:
196
今天使用Eclipse新建Maven项目时报错,错误日志如下:
Could not resolve archetype org.apache.maven.archetypes:maven-archetype-webapp:RELEASE from any of the configured repositories.
Could not write artifact lastUpdated st...
分类:
其他好文 时间:
2015-04-14 00:47:16
阅读次数:
261
1、错误描述
java.lang.OutOfMemoryError: GC overhead limit exceeded
at java.util.zip.ZipFile.(ZipFile.java:466)
at java.util.zip.ZipFile.(ZipFile.java:145)
at java.util.zip.ZipFile.(ZipFile.java:159)
a...
分类:
其他好文 时间:
2015-04-13 23:02:21
阅读次数:
315
1、错误描述
2、错误原因
部署到Tomcat中的项目无法找到或路径出现问题
3、解决办法
将项目重新部署,clean项目一下...
分类:
其他好文 时间:
2015-04-13 23:01:46
阅读次数:
167
【已解决】运行Eclipse出错:Failed toload the JNI shared library
【问题】
运行Android的ADT,即Eclipse出错:
Failed to load the JNIshared library
C:\Program Files(x86)\Java\jre6\bin\client\jvm.dll
其中背景是:
1.之前已经可以正常...
分类:
系统相关 时间:
2015-04-13 23:01:18
阅读次数:
210
1、错误描述
An internal error occurred during: "Requesting JavaScript AST from selection".
GC overhead limit exceeded
单击“OK”后,提示如下图所示:
2、错误原因
3、解决办法...
分类:
编程语言 时间:
2015-04-13 23:00:36
阅读次数:
2286
1、错误描述
四月 13, 2015 5:56:55 下午 org.apache.catalina.core.AprLifecycleListener init
信息: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not fou...
分类:
编程语言 时间:
2015-04-13 22:59:08
阅读次数:
966
1、错误描述
严重: Exception starting filter struts2
java.lang.UnsupportedClassVersionError: Bad version number in .class file (unable to load class org.apache.commons.lang3.StringUtils)
at org.apache.catal...
分类:
编程语言 时间:
2015-04-13 22:58:54
阅读次数:
211
文章地址:http://www.cnblogs.com/judastree/archive/2012/09/05/2672640.html问题:在Eclipse中安装和使用TFS插件。解决过程:在Eclipse中安装插件的方法其实都一样,安装TFS的步骤如下:下载TFS插件。你可以到微软的下载中心,...
分类:
Web程序 时间:
2015-04-13 22:48:25
阅读次数:
172
本文概要记录在32位 windows 7下,安装android studio 的过程。自从有了墙,安装开发工具就有了些许麻烦。还在有很多离线包供折腾。万分感谢!感谢互联网!
介绍:Android Studio 是一个Android开发环境,基于IntelliJ IDEA. 类似 Eclipse ADT,Android Studio 提供了集成的 Android 开发工具用于开发和调试。还...
分类:
移动开发 时间:
2015-04-13 20:53:36
阅读次数:
222