Java代码 收藏代码
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
基本解决。
preferences-》
general->
content type->text->java properties->GBK-->update->OK
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
原文:http://www.cnblogs.com/mayay/p/6919718.html