Eclipse RCP目标平台:Bundle'org.eclipse.ui.views.properties.tabbed'无法解析 [英] Eclipse RCP Target Platform: Bundle 'org.eclipse.ui.views.properties.tabbed' cannot be resolved

查看:531
本文介绍了Eclipse RCP目标平台:Bundle'org.eclipse.ui.views.properties.tabbed'无法解析的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我刚刚创建了我的第一个目标平台,遇到了一个问题:

I just created my first target platform and ran into a problem:


Bundle org.eclipse.ui.views.properties。标签不能解决。

The Bundle org.eclipse.ui.views.properties.tabbed cannot be resolved.

我的目标平台有一个位置:

My target platform has one location:

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

我将其设置为运行配置中的目标平台和验证的插件。在运行配置中,没有名为org.eclipse.ui.views.properties.tabbed的包,所以我无法激活它。

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.

如果这是一个简单的愚蠢的问题,但我是新的目标平台(我每次添加我的整个工作空间作为我的目标平台)

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)

推荐答案

org.eclipse.ui.views.properties.tabbed 不包括在您添加到目标平台的功能中。

the plug-in org.eclipse.ui.views.properties.tabbed is not included in the Features you have added to your target platform.

只需将功能 Eclipse Platform SDK 添加到目标平台:

Simply add the feature Eclipse Platform SDK to the target platform:


  • 选择您的位置,点击编辑,

  • 筛选Eclipse Platform SDK,

  • 选择功能

  • 删除过滤器中的文本 *,

  • ,然后点击完成

  • 等待目标平台解决,然后保存,并将其设置为目标平台。

  • select your location, and click Edit,
  • filter for "Eclipse Platform SDK",
  • select the feature,
  • 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.

这应该可以解决这个问题。

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 :).

* 否则,您将删除目标平台中已有的内容(Platform Launchers和RCP SDK) ,并只安装Platform SDK。这是由于一个错误。

这篇关于Eclipse RCP目标平台:Bundle'org.eclipse.ui.views.properties.tabbed'无法解析的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆