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
时间: 2024-11-03 00:16:14