Skip to main content



      Home
Home » Eclipse Projects » Rich Client Platform (RCP) » How to find which feature contains org.eclipse.core.runtime?
How to find which feature contains org.eclipse.core.runtime? [message #905918] Fri, 31 August 2012 06:03 Go to next message
Eclipse UserFriend
I'm struggling trying to figure out how to find which feature contains a certain plug-in. In my case I'm trying to find which one contains org.eclipse.core.runtime.
Can anyone help me?
Since I updated to Juno my feature based product is having validation issues.. I'm attaching a screenshot.
index.php/fa/11347/0/
Re: How to find which feature contains org.eclipse.core.runtime? [message #906012 is a reply to message #905918] Fri, 31 August 2012 09:12 Go to previous messageGo to next message
Eclipse UserFriend
It is contained in org.eclipse.core.runtime.feature, but you should use more of a global feature like org.eclipse.rcp.

Map of Platform Plugins
Re: How to find which feature contains org.eclipse.core.runtime? [message #906019 is a reply to message #906012] Fri, 31 August 2012 09:26 Go to previous messageGo to next message
Eclipse UserFriend
I'm already including org.eclipse.rcp but I keep getting those validation errors.. Razz
Any clue?
Re: How to find which feature contains org.eclipse.core.runtime? [message #906026 is a reply to message #906019] Fri, 31 August 2012 09:31 Go to previous messageGo to next message
Eclipse UserFriend
Which version of eclipse are you running?
Re: How to find which feature contains org.eclipse.core.runtime? [message #906058 is a reply to message #906026] Fri, 31 August 2012 10:36 Go to previous messageGo to next message
Eclipse UserFriend
Eclipse IDE for Java Developers

Version: Juno Release
Build id: 20120614-1722

Re: How to find which feature contains org.eclipse.core.runtime? [message #906065 is a reply to message #906058] Fri, 31 August 2012 10:49 Go to previous messageGo to next message
Eclipse UserFriend
In your product configuration add:
org.eclipse.e4.rcp
And then click the add required which should add an emf and ecore bundle. Verify you have all required dependencies by clicking the verify button in the upper right. And then click the Launch Eclipse Application from the Overview page.

Take a look at:
http://www.vogella.com/articles/EclipseRCP/article.html#plugin_dependencies
- and -
http://www.vogella.com/articles/EclipseTargetPlatform/article.html


JD
Re: How to find which feature contains org.eclipse.core.runtime? [message #906076 is a reply to message #906065] Fri, 31 August 2012 11:10 Go to previous messageGo to next message
Eclipse UserFriend
I cannot add org.eclipse.e4.rcp as it's not even listed in the features I can add. I think this goes back to the fact that I can't find that feature in my Eclipse.

I tried installing Eclipse 4.2 from scratch but I'm having the same issue. I'm running it under Mac OS X if it is of any help to you. I'm kind of lost at the moment.
Re: How to find which feature contains org.eclipse.core.runtime? [message #906096 is a reply to message #906076] Fri, 31 August 2012 11:57 Go to previous message
Eclipse UserFriend
Adding a new Target Platform and adding features there by hand kind of helped in letting Eclipse find the e4.rcp feature.. Now all of the features in my product have no red crosses, which is nice.
But still.. when trying to export I'm getting the following error:


Processing inclusion from feature org.eclipse.equinox.p2.core.feature: Bundle org.eclipse.ecf_3.1.300.v20120608-0148 failed to resolve.:
Unsatisfied import package org.eclipse.equinox.concurrent.future_1.0.0.
Previous Topic:Common Navigator PluginTransfer DND
Next Topic:Package Explorer Label Decorator Missing
Goto Forum:
  


Current Time: Thu Jul 03 17:33:58 EDT 2025

Powered by FUDForum. Page generated in 0.04880 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top