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

  • 相关阅读:
    ABP记录被删除调用Repository.Get报错
    C# 中在对象后面跟“?” 以及在类型后面跟问号
    list转table
    ling groupby多字段分组统计
    linq一堆多再对多
    ABP下mvc的libs还原
    EF数据迁移
    ABP密码规则设置
    ABP中table时间格式化
    ABP读取appseting.json
  • 原文地址:https://www.cnblogs.com/mayay/p/6919718.html
Copyright © 2011-2022 走看看