Eclipse plugin EclipseRCP视图没有';不显示在应用程序上';s启动

Eclipse plugin EclipseRCP视图没有';不显示在应用程序上';s启动,eclipse-plugin,eclipse-rcp,Eclipse Plugin,Eclipse Rcp,我现在面对这个问题已经有一个小时了,我不知道我做错了什么。 你看到我的plugin.xml代码中的错误了吗 <extension point="org.eclipse.ui.perspectiveExtensions"> <perspectiveExtension targetID="de.tps.client.workspace.perspective"> <view closeable="true"

我现在面对这个问题已经有一个小时了,我不知道我做错了什么。 你看到我的plugin.xml代码中的错误了吗

<extension
     point="org.eclipse.ui.perspectiveExtensions">
  <perspectiveExtension
        targetID="de.tps.client.workspace.perspective">
     <view
           closeable="true"
           id="de.tps.client.inboxplusplus.views.inboxplusplusview"
           minimized="false"
           moveable="true"
           ratio="0.3"
           relationship="bottom"
           relative="de.tps.client.iteminfo.view"
           showTitle="false"
           standalone="false"
           visible="true">
     </view>
  </perspectiveExtension>

以及以下观点:

<extension
     point="org.eclipse.ui.views">
  <view
        allowMultiple="false"
        category="com.contmgmt.client.category"
        class="de.tps.client.inboxplusplus.views.Inboxplusplusview"
        id="de.tps.client.inboxplusplus.views.inboxplusplusview"
        name="%view.inbox.name"
        restorable="true">
  </view>


如果您有任何建议,我们将不胜感激。

对我来说,这没问题。我想您需要重置透视图,因为没有此视图的旧布局将被保存

单击顶部菜单:首选项->重置透视图

此信息存储在:
$workspace/.metadata/.plugins/org.eclipse.ui.workbench/workbench.xml