2

安装了 Eclipse 和 ADT 包、2.3 SDK 等,但在启动时抛出一大堆错误,我需要一些指导,我的搜索没有找到我正在寻找的解决方案,只是单个错误而不是整个堆栈我越来越。

Could not create the view: org.eclipse.wst.server.ui.ServersView

Could not create the view: org.eclipse.datatools.connectivity.DataSourceExplorerNavigator

!ENTRY org.eclipse.ui 4 4 2013-06-26 09:45:18.955
!MESSAGE Conflicting handlers for org.eclipse.jdt.ui.edit.text.java.open.editor: {ActionHandler(org.eclipse.jdt.ui.actions.OpenAction@5a1755b3)} vs {ActionHandler(org.eclipse.jdt.ui.actions.OpenAction@31fb88fa)}

!ENTRY org.eclipse.ui 4 4 2013-06-26 09:45:18.957
!MESSAGE Conflicting handlers for org.eclipse.ui.edit.cut: {ActionHandler(org.eclipse.ui.actions.TextActionHandler$CutActionHandler@6e9b8445)} vs {ActionHandler(org.eclipse.ui.actions.TextActionHandler$CutActionHandler@240906be)}

!ENTRY org.eclipse.ui 4 4 2013-06-26 09:45:18.959
!MESSAGE Conflicting handlers for org.eclipse.ui.edit.copy: {ActionHandler(org.eclipse.ui.actions.TextActionHandler$CopyActionHandler@493ad9ad)} vs {ActionHandler(org.eclipse.ui.actions.TextActionHandler$CopyActionHandler@36a9126a)}

!ENTRY org.eclipse.ui 4 4 2013-06-26 09:45:18.961
!MESSAGE Conflicting handlers for org.eclipse.ui.edit.paste: {ActionHandler(org.eclipse.ui.actions.TextActionHandler$PasteActionHandler@c31132)} vs {ActionHandler(org.eclipse.ui.actions.TextActionHandler$PasteActionHandler@69dea02)}

**(these go on and on and on)**


!ENTRY org.eclipse.jface 4 0 2013-06-26 09:45:18.345
!MESSAGE Unable to resolve plug-in "platform:/plugin/org.eclipse.datatools.connectivity.ui.dse/icons/full/cview16/enterprise_explorer.gif".
!STACK 0
java.io.IOException: Unable to resolve plug-in "platform:/plugin/org.eclipse.datatools.connectivity.ui.dse/icons/full/cview16/enterprise_explorer.gif".
    at org.eclipse.core.internal.runtime.PlatformURLPluginConnection.parse(PlatformURLPluginConnection.java:64)
    at org.eclipse.core.internal.runtime.PlatformURLPluginConnection.resolve(PlatformURLPluginConnection.java:75)
    at org.eclipse.core.internal.boot.PlatformURLHandler.openConnection(PlatformURLHandler.java:67)
    at org.eclipse.osgi.framework.internal.protocol.URLStreamHandlerProxy.openConnection(URLStreamHandlerProxy.java:112)
    at java.net.URL.openConnection(Unknown Source)
    at org.eclipse.core.internal.runtime.PlatformURLConverter.toFileURL(PlatformURLConverter.java:33)

**As do these**

我是一个完整的菜鸟,所以放轻松,我已经按照我找到的所有安装步骤进行操作,但还没有让它工作,而且在我寂寞的时候无法弄清楚。

编辑:

重新安装了所有的Java。我仍然收到冲突处理程序错误,并永久设置“activity_main.xml 将在进程完成后自动刷新”。

4

1 回答 1

2

这是因为您让它指向一个工作区,其中包含使用旧版本的 Eclipse 创建的项目。更改工作区,它应该可以工作。

于 2014-01-06T18:27:26.123 回答