Eclipse和MyEclipse常出现的错误总结
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Eclipse和MyEclipse常出现的错误总结相关的知识,希望对你有一定的参考价值。
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常出现的错误总结的主要内容,如果未能解决你的问题,请参考以下文章
在MyEclipse中写的工程引入到eclipse下出现错误 发现import javax.servlet.http.HttpSession无法引入