Eclipse和MyEclipse常出現的錯誤總結
阿新 • • 發佈:2017-05-30
導包 ren project 支持 pro mil cli lib prop
1. Myeclipse中導入的項目中按住快捷鍵(ctrl)鍵進行聯想時,無法聯想。解決方案:(1)可能缺少jar包,導包;(2)找.project文件,在其中加入如下代碼:
Java代碼 收藏代碼
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
基本解決。
- 在Myeclipse激活中,找不到plugins文件而無法激活,解決方案:在C:\Users\Lenovo\AppData\Local\Genuitec中刪掉Genuitec文件,在安裝,再激活。
- 在MyEclipse中出現…is out of sync with system file :解決方案:右鍵項目,選擇f5,refresh
- .properties文件亂碼,解決方案:
- window—>
preferences-》
general->
content type->text->java properties->GBK-->update->OK
一、Myeclipse基本配置
1、 myeclipse中字符集設置:GBK
http://jingyan.baidu.com/album/4d58d541c4c1949dd4e9c0be.html
2、 myeclipse中設置jdk版本:1.6(註意,resin3不支持64位jdk,所以myeclipse中的jdk路徑需要指向32位的jdk)
http://jingyan.baidu.com/article/fedf073714661735ac897725.html
3、參考下邊鏈接調大一下內存(包括myeclipse跟jdk,參考值3G)
http://jingyan.baidu.com/article/3ea51489db58c152e61bbab6.html
Eclipse和MyEclipse常出現的錯誤總結