Eclipse优化

 

Eclipse提速优化  : 
https://www.iteye.com/news/29878
 
Eclipse报错和问题:
1.

Eclipse编译极慢,随便加个空行,再保存就能编译十几分钟二十分钟,其实这可能是以前编译报错过,然后在workspace下产生了垃圾文件,遗留了下来导致的。

.metadata\.plugins\org.eclipse.core.resources\.projects\TestProject),有两个文件.markers和.markers.snap,要删掉这两个文件。
 
2.Access restriction: The type 'BASE64Decoder' is not API (restriction on required library 'C:\Program Files\Java\java8\jdk1.8.0_73\jre\lib\rt.jar')
 问题解决,在Window - preference - Java - Compiler - Errors/Warnings界面的Deprecated and restricted API下。把Forbidden reference (access rules): 的规则由默认的Error改为Warning即可。
 
3.
 
 
 
 
posted @ 2019-01-12 17:07  追风的狼  阅读(198)  评论(0编辑  收藏  举报