android - 为什么eclipse无法启动?它显示配置中的错误日志

标签 android eclipse launch

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

错误如下:

Eclipse error window

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

     !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,那么下载
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/ 中并享受;)
如果错误仍然存​​在,请告诉我

关于android - 为什么eclipse无法启动?它显示配置中的错误日志,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11948560/

相关文章:

java - JBoss 4.x 未将 src 文件夹部署到 war

java - HashMap android 没有在 android 中被调用

android - 必须点击两次才能调用edittext android的onclick方法

android - 如何从堆栈中删除特定 Activity

java - 屏幕未反射(reflect) Android 中 Firebase 数据库的更改

android - 如何使用 Listview 访问多个 JSONArray?

android - 如何从多个 TextView 获取 "Select All"文本?

Android 和 WiFi Direct - 连接问题

Eclipse Tomcat远程调试: are the sources from eclipse cached somewhere?

iphone - 按下超链接按钮后应用程序中的启动图像发生变化