myeclipse启动错误,生成日志:

 

!SESSION 2014-11-06 09:13:16.296 -----------------------------------------------
eclipse.buildId=unknown
java.version=1.6.0_13
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=zh_CN
Command-line arguments: -os win32 -ws win32 -arch x86_64

!ENTRY org.eclipse.osgi 4 0 2014-11-06 09:13:38.430
!MESSAGE Application error
!STACK 1
org.eclipse.swt.SWTError: No more handles
at org.eclipse.swt.SWT.error(SWT.java:4308)
at org.eclipse.swt.SWT.error(SWT.java:4197)
at org.eclipse.swt.SWT.error(SWT.java:4168)
at org.eclipse.swt.widgets.Widget.error(Widget.java:468)
at org.eclipse.swt.widgets.Control.createHandle(Control.java:704)
at org.eclipse.swt.widgets.Composite.createHandle(Composite.java:305)
at org.eclipse.swt.widgets.Decorations.createHandle(Decora

出现如上错误,eclipse无法启动了。

      打开 eclipse/workspace/.metadata/.plugins/org.eclipse.ui.workbench 下面的 workbench.xml文件,删除节点 
<mruList>...</mruList>的内容,然后运行Eclipse。
      如果还是报错,我的是刚安装新插件后报错的,就删除features和plugins文件夹里新增的文件,重启就可以了。
      但这样还有个问题,就是再install new software时,还认为原先的插件已经安装了。

相关文章:

  • 2021-07-24
  • 2021-09-19
  • 2021-06-28
  • 2021-07-05
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-06-12
  • 2022-03-04
  • 2021-09-23
  • 2021-06-09
  • 2021-05-19
  • 2022-01-10
相关资源
相似解决方案