Eclipse优化

Eclipse优化

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

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

.metadata.pluginsorg.eclipse.core.resources.projectsTestProject),有两个文件.markers和.markers.snap,要删掉这两个文件。
 
2.Access restriction: The type 'BASE64Decoder' is not API (restriction on required library 'C:Program FilesJavajava8jdk1.8.0_73jrelib t.jar')
Eclipse优化
 问题解决,在Window - preference - Java - Compiler - Errors/Warnings界面的Deprecated and restricted API下。把Forbidden reference (access rules): 的规则由默认的Error改为Warning即可。
Eclipse优化
 
3.