【问题标题】:Why eclipse couldn't be launched? It shows error log in configuration为什么eclipse无法启动?它在配置中显示错误日志
【发布时间】:2012-08-10 12:34:24
【问题描述】:

我正在使用 eclipse 3.7.2 开发 Android 应用程序...在我从帮助选项卡安装新更新并安装用于代码管理的 Subversive 插件之前,一切正常。

错误如下:

我打开了上述路径中提到的错误文件,但我无法猜测丢失的文件是什么,该文件包含以下内容:

     !SESSION 2012-08-14 11:23:27.945 -----------------------------------------------
     eclipse.buildId=M20120208-0800
     java.version=1.6.0_30
     java.vendor=Sun Microsystems Inc.
     BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
     Framework arguments:  -product org.eclipse.epp.package.java.product
     Command-line arguments:  -os win32 -ws win32 -arch x86 -product org.eclipse.epp.package.java.product

      !ENTRY org.eclipse.osgi 2 0 2012-08-14 11:23:28.945
      !MESSAGE One or more bundles are not resolved because the following root constraints are not resolved:
      !SUBENTRY 1 org.eclipse.osgi 2 0 2012-08-14 11:23:28.945
      !MESSAGE Bundle  reference:file:plugins/org.eclipse.ui.navigator.resources_3.4.300.v20110928-1505.jar was  not resolved.
      !SUBENTRY 2 org.eclipse.ui.navigator.resources 2 0 2012-08-14 11:23:28.945
      !MESSAGE Missing required bundle org.eclipse.jface_[3.6.0,4.0.0).
      !SUBENTRY 1 org.eclipse.osgi 2 0 2012-08-14 11:23:28.945
      !MESSAGE Bundle reference:file:plugins/org.eclipse.compare.win32_1.0.200.I20110510-0800.jar was not resolved.
       !SUBENTRY 2 org.eclipse.compare.win32 2 0 2012-08-14 11:23:28.945
       !MESSAGE Missing required bundle org.eclipse.jface_[3.5.0,4.0.0).
          !SUBENTRY 1 org.eclipse.osgi 2 0 2012-08-14 11:23:28.945
       !MESSAGE Bundle reference:file:plugins/org.eclipse.ui.workbench_3.7.1.v20120104-1859.jar was not resolved.
       !SUBENTRY 2 org.eclipse.ui.workbench 2 0 2012-08-14 11:23:28.945
       !MESSAGE Missing required bundle org.eclipse.jface_[3.5.0,4.0.0).
       !SUBENTRY 1 org.eclipse.osgi 2 0 2012-08-14 11:23:28.945
       !MESSAGE Bundle reference:file:plugins/org.eclipse.mylyn.commons.ui_3.7.1.v20120425-0100.jar was not resolved.
        !SUBENTRY 2 org.eclipse.mylyn.commons.ui 2 0 2012-08-14 11:23:28.945
        !MESSAGE Missing required bundle org.eclipse.jface_0.0.0.
        !SUBENTRY 1 org.eclipse.osgi 2 0 2012-08-14 11:23:28.945
        !MESSAGE Bundle reference:file:plugins/org.eclipse.mylyn.commons.notifications_0.9.1.v20120412-0100.jar was not resolved.



          ...etc etc

那么有人可以帮忙吗?

提前感谢您的帮助和感谢。

【问题讨论】:

  • 你是如何安装新插件的?
  • 从 Eclipse 的“安装新软件”中的帮助选项卡中,我输入了“颠覆性”插件的 url

标签: android eclipse launch


【解决方案1】:

好的,如果您不想重新安装(实际上重新安装似乎更正确)eclipse 然后下载
org.eclipse.jface.databinding_1.5.0.I20100907-0800.jar
org.eclipse.jface.text_3.7.2.v20111213-1208.jar

org.eclipse.jface_3.7.0.v20110928-1505.jar

并将它们放在eclipse_installed_directory/plugins/ 并享受;)
如果错误仍然出现,请告诉我

【讨论】:

  • 我做了很多解决方案,最后一个是你的,效果很好
【解决方案2】:

检查插件org.eclipse.jface。它似乎是一个旧版本。插件抱怨是因为它们需要 3.5+ 或 3.6+ 版本。

您可以使用 Eclipse 插件注册表视图来检查插件或 OSGI 控制台。查看answer 我之前为类似问题所做的类似问题,以了解有关控制台的更多详细信息。

【讨论】:

  • 谢谢,但我不是很明白...我根本无法启动eclipse...我不想重新安装它。
猜你喜欢
  • 2011-03-31
  • 1970-01-01
  • 2011-12-12
  • 1970-01-01
  • 1970-01-01
  • 2023-03-25
  • 1970-01-01
  • 2016-10-01
  • 1970-01-01
相关资源
最近更新 更多