简体   繁体   English

Eclipse RCP 目标平台:Bundle 'org.eclipse.ui.views.properties.tabbed' 无法解析

[英]Eclipse RCP Target Platform: Bundle 'org.eclipse.ui.views.properties.tabbed' cannot be resolved

I just created my first target platform and ran into a problem:我刚刚创建了我的第一个目标平台并遇到了一个问题:

The Bundle org.eclipse.ui.views.properties.tabbed cannot be resolved. Bundle org.eclipse.ui.views.properties.tabbed 无法解析。

My target platform has one location:我的目标平台有一个位置:

http://download.eclipse.org/releases/indigo
    Eclipse Platform Launchers
    Eclipse RCP SDK

I set this as my target platform and validated plug-ins in the run configurations.我将其设置为我的目标平台,并在运行配置中验证了插件。 In the run configurations there is no bundle called org.eclipse.ui.views.properties.tabbed so I cannot activate it.在运行配置中没有名为 org.eclipse.ui.views.properties.tabbed 的包,所以我无法激活它。

I am sorry if this is an easy and stupid question but I am new to target platforms (I added my whole workspace every time as my target platform)如果这是一个简单而愚蠢的问题,我很抱歉,但我是目标平台的新手(我每次都添加我的整个工作区作为我的目标平台)

the plug-in org.eclipse.ui.views.properties.tabbed is not included in the Features you have added to your target platform.插件org.eclipse.ui.views.properties.tabbed不包含在您添加到目标平台的功能中。

Simply add the feature Eclipse Platform SDK to the target platform:只需将功能Eclipse 平台 SDK添加到目标平台:

  • select your location, and click Edit , select 您的位置,然后单击编辑
  • filter for "Eclipse Platform SDK",过滤“Eclipse Platform SDK”,
  • select the feature, select 特征,
  • delete the text in the filter *,删除过滤器中的文本*,
  • and click Finish .然后点击完成
  • Wait until the Target Platform has resolved, then save , and set it as the target platform.等到 Target Platform 解析完毕,然后保存,设置为目标平台。

That should solve the issue.那应该可以解决问题。

It has taken me a good wee while to get my head around Target Platform, Run Configuration, etc., so keep your head up:).我花了很长时间才了解目标平台、运行配置等,所以请保持警惕:)。

* Otherwise, you will remove what you already have in the target platform (Platform Launchers and RCP SDK), and install only the Platform SDK. This is due to a bug. *否则,您将删除目标平台中已有的内容(平台启动器和 RCP SDK),并仅安装平台 SDK。这是由于一个错误。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM