zoukankan      html  css  js  c++  java
  • Eclipse和MyEclipse常出现的错误总结

    1. Myeclipse中导入的项目中按住快捷键(ctrl)键进行联想时,无法联想。解决方案:(1)可能缺少jar包,导包;(2)找.project文件,在其中加入如下代码:

    Java代码  收藏代码

    <natures>

     <nature>org.eclipse.jdt.core.javanature</nature>

    </natures>

    基本解决。

     

    1. Myeclipse激活中,找不到plugins文件而无法激活,解决方案:在C:UsersLenovoAppDataLocalGenuitec中删掉Genuitec文件,在安装,再激活。
    2. MyEclipse中出现is out of sync with system file :解决方案:右键项目,选择f5,refresh
    3. .properties文件乱码,解决方案: 
      1. 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不支持64jdk,所以myeclipse中的jdk路径需要指向32位的jdk
    http://jingyan.baidu.com/article/fedf073714661735ac897725.html

     

    3、参考下边链接调大一下内存(包括myeclipsejdk,参考值3G

    http://jingyan.baidu.com/article/3ea51489db58c152e61bbab6.html

  • 相关阅读:
    LeetCode OJ-- Spiral Matrix II
    LeetCode OJ-- Reverse Integer
    LeetCode OJ-- Spiral Matrix
    LeetCode OJ-- Trapping Rain Water*
    LeetCode OJ--Triangle **
    LeetCode OJ-- Sqrt(x) *
    LeetCode OJ-- Simplify Path **
    lol人物模型提取(一)
    3ds Max学习日记(九)
    YaoLingJump开发者日志(八)V1.1版本完成
  • 原文地址:https://www.cnblogs.com/mayay/p/6919718.html
Copyright © 2011-2022 走看看