真机调试时报错,提示application api 21,device api 10Automatic Target Mode: Unable to detect device compatibility. Please select a target device.打开真机调试时没有设备,而DDM...
1、进入 Window > Preferences > General > Startup and Shutdown 选中 Prompt for workspace on startup。2、进入Eclipse的安装目录,找到configuration 目录下的 .settings 文件夹,里面有一...
分类:
系统相关 时间:
2014-07-31 12:20:56
阅读次数:
253
原文出处:http://www.cnblogs.com/likwo/archive/2012/05/04/2482298.htmlXML1.菜单:Window -> Preferences -> General -> Editors -> File Associations2. File types...
分类:
系统相关 时间:
2014-07-29 13:36:58
阅读次数:
246
修改Eclipse默认JDK:window preferences java installed JREs Add.. 选择 Standard VM 选择jdk安装目录 finish修改项目使用JDK环境:对项目右键 Java build Pat...
分类:
系统相关 时间:
2014-07-14 14:50:34
阅读次数:
247
对自己使用的IDE进行jvm的调优
首先进行日志输出配置
Eclipse 修改eclipse.ini
IDEA 修改 idea.exe.vmoptions
增加打印日志的配置参数
-XX:+PrintGCTimeStamps
-XX:+PrintGCDetails
-verbose:gc
-Xloggc:cc_gc.log
之后启动IDE,查...
分类:
系统相关 时间:
2014-06-22 16:59:06
阅读次数:
372
修改.proje
修改.settings/org.eclipse.wst.common.component文件...
分类:
编程语言 时间:
2014-05-07 07:44:46
阅读次数:
356
Eclipse修改svn地址
SVN地址变更后 需要重定向
步骤有3 :
1 ) 打开eclipse中SVN资源库
在Eclipse中选择Windows-> Show View->others
如果列表里面没有就去 other... 里面找
下图是打开后的SVN资源库:
2 ) 右键点击 需要重定向的svn地址 右键...
分类:
系统相关 时间:
2014-05-07 03:28:16
阅读次数:
360
问题现象:
导入新的maven项目时,有时候pom.xml文件会提示一个错误信息:Missing artifact com.sun:tools:jar:1.5.0:system
问题原因:
maven是需要使用Jdk中的tools工具,而eclipse使用的是jre的运行环境,导致maven无法找到Jdk工具包tools.jar
解决方法:
1>将eclipse修改为jd...
分类:
其他好文 时间:
2014-05-01 17:56:11
阅读次数:
343