Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8079029
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T15:59:02+00:00 2026-06-05T15:59:02+00:00

When developing an RCP application against a target platform, I ( and others )

  • 0

When developing an RCP application against a target platform, I (and others) often come across dependencies which need to be added from the Eclipse releases software site. Whenever a plug-in is included in my IDE, but not in my target platform, and I try to run the application from the product definition I get a warning screen, informing me that such and such bundle cannot be resolved.

“No problem, just add the feature containing the plug-in from the Eclipse download site to the target platform, and add the needed plug-in to the Plug-in Project / Feature Project, whathaveyou….”

But, AFAIK, there is no simple way (e.g., website) to find out which feature includes which plug-in. E.g., in order to add org.eclipse.ui.views.properties.tabbed, I would need to know that this plug-in is included in the Eclipse Platform SDK feature (amongst others).

Up to now I haven’t found an easy way to find out which feature contains which plug-in. I usually start out with googling the plug-in name, and try to find a tutorial or similar among the search results, which might tell me which feature to include in order to get to the plug-in. This can be tedious, of course.

So my question is: Is there a better, perhaps even official (or officious) way to find this information quick and simple?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-05T15:59:03+00:00Added an answer on June 5, 2026 at 3:59 pm

    If you fire up the p2 console, you can use the p2 query language to find all features that depend on a bundle. My example is in Eclipse Juno (4.2):

    1. switch to the OSGi console in the console view
    2. ss p2.console # to find the console bundle number
    3. felix:start -t consoleBundleNumber

    Now you can issue p2 queries. To find which features in your current install contain org.eclipse.jface, you can use:

    osgi> provlpquery this "select(parent | parent.properties['org.eclipse.equinox.p2.type.group'] == true && parent.requirements.exists(rc | everything.exists(iu | iu.id == 'org.eclipse.jface' && iu ~= rc)))" true
    org.eclipse.e4.rcp.feature.group 1.1.0.v20120521-2329-8yFTIGF3GGduEYqkQB9M3DKn
    org.eclipse.e4.tools.css.spy.feature.feature.group 0.12.0.v20111206-1509-17B-7w3123161302752
    

    To find out which feature includes org.eclipse.ui.views.properties.tabbed you can use:

    osgi> provlquery http://download.eclipse.org/releases/juno "select(parent | parent.properties['org.eclipse.equinox.p2.type.group'] == true && parent.requirements.exists(rc | everything.exists(iu | iu.id == 'org.eclipse.ui.views.properties.tabbed' && iu ~= rc)))" true
    org.eclipse.amp.amf.feature.group 0.9.0.v20120528-0244
    org.eclipse.bpel.feature.feature.group 1.0.1.v20120606-0845-CI
    org.eclipse.jwt.feature.feature.group 1.2.0.v201205310546-7O7i-FK_Qj4QkVn3kW9q
    org.eclipse.platform.feature.group 4.2.0.v20120528-1648-9JF7BHV8FyMteji0MoOeOuU6sAnxIeYtKNM1dK
    org.eclipse.ptp.etfw.tau.feature.group 6.0.0.201206052145
    org.eclipse.tcf.te.feature.feature.group 1.0.0.201206051725
    org.eclipse.tcf.te.tcf.feature.feature.group 1.0.0.201206051725
    

    In this case, org.eclipse.platform.feature.group is the most correct one.

    The first example is querying profiles in the running eclipse, so it uses provlpquery this. The second example is specifying an external p2 repository, so it uses provlquery repo.

    See http://wiki.eclipse.org/Equinox_p2_Console_Users_Guide for more information on the p2 console. There’s a lot of black magic going on 🙂

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I've been developing a java application with the eclipse RCP which requires the Java
When developing a eclipse rcp applicatin,I need to restart the application after I changed
I am developing an Eclipse RCP application, which contains 600~ strings, translated to a
I am developing the Eclipse RCP application and have added org.eclipse.ui/SHOW_TRADITIONAL_STYLE_TABS=false to the plugin_customization.ini
I'm currently developing an Eclipse RCP application, in which I'm trying to implement a
Is it possible, when developing an Eclipse RCP Application, to stack a view with
I'm developing an application based on RCP. Recently, I have moved it to RAP.
I'm developing a RCP application that contains a TableViewer . This is my first
I'm developing an Eclipse RCP application consisting of several plugins. One of those plugins
We are developing an Eclipse RCP application. We decided to use SVN for revision

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.