当前位置: 代码迷 >> Eclipse >> MyEclipse常见有关问题集合,不断更新
  详细解决方案

MyEclipse常见有关问题集合,不断更新

热度:302   发布时间:2016-04-22 23:54:39.0
MyEclipse常见问题集合,不断更新

1.10.7版本,启动时出现“security alert:integrity check error”

出现原因:破解myeclipse时一个jar包的完整性问题

解决方法:重新下载jar包,将原来的包覆盖即可,原路径:**\Common\plugins

                   下载链接:http://download.csdn.net/detail/chentravelling/8692557

请注意版本是10.7,其他版本未测试过。

2.界面内点击右键,myeclipse会卡住,无响应

本人的原因是在myeclipse.ini里加入了其他配置:

-Dgenuitec.honorDevMode=true
-Dosgi.dev=true

解决方案:删掉这两句话,恢复到原来的内容即可解决。原内容为:


#utf8 (do not remove)#utf8 (do not remove)-startup../Common/plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar--launcher.library../Common/plugins/org.eclipse.equinox.launcher.i18n.win32.win32.x86_4.2.0.v201201111650-installE:/MyEclipse 10.7/MyEclipse 10-vmE:/MyEclipse 10.7/Common/binary/com.sun.java.jdk.win32.x86_1.6.0.013/jre/bin/client/jvm.dll-vmargs-Xmx512m-XX:MaxPermSize=256m-XX:ReservedCodeCacheSize=64m-Dosgi.nls.warnings=ignore


  相关解决方案