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

萝らか妹 提交于 2019-12-13 03:40:10

问题


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

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

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)


回答1:


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

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

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

*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.



来源:https://stackoverflow.com/questions/10001143/eclipse-rcp-target-platform-bundle-org-eclipse-ui-views-properties-tabbed-can

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!