Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » Not able to install thrid party plugin in application developed using Eclipse plugins
Not able to install thrid party plugin in application developed using Eclipse plugins [message #727107] Tue, 20 September 2011 12:30 Go to next message
kavita.singh is currently offline kavita.singhFriend
Messages: 6
Registered: August 2011
Junior Member
I am working on an application developed over eclipse using eclipse plugins. I am trying to install third part plugin in my application everytime its is giving some or other error. It gave error like the following plugins has a dependency plugins to install etc. I found that i am able to install the same plugin in eclipse independently but not in my application . Everytime if i have to install the third party plugin in my application, first i need to install the same plugin in eclipse .I tried finding difference between eclipse and my application.I found in my application there is no features folder as in eclipse. Now i want to know is there any way to install the plugin in my application independently or if the installation needs features folder , how to create it ? Do we need to create to do some sort of coding ?
Re: Not able to install thrid party plugin in application developed using Eclipse plugins [message #727398 is a reply to message #727107] Wed, 21 September 2011 07:21 Go to previous message
Daniel Krügler is currently offline Daniel KrüglerFriend
Messages: 853
Registered: July 2009
Senior Member
On 2011-09-20 14:30, kavita.singh wrote:
> I am working on an application developed over eclipse using eclipse
> plugins. I am trying to install third part plugin in my application
> everytime its is giving some or other error. It gave error like the
> following plugins has a dependency plugins to install etc. I found that
> i am able to install the same plugin in eclipse independently but not in
> my application . Everytime if i have to install the third party plugin
> in my application, first i need to install the same plugin in eclipse .I
> tried finding difference between eclipse and my application.I found in
> my application there is no features folder as in eclipse. Now i want to
> know is there any way to install the plugin in my application
> independently or if the installation needs features folder , how to
> create it ? Do we need to create to do some sort of coding ?

I'm quite sure that the lack of the feature folder is not the root of
your problem, because features do not provide any osgi functionality.
You need to look at the error message of your launch configuration: It
should tell you, which plugin dependencies are missing.

HTH & Greetings from Bremen,

Daniel Krügler
Previous Topic:Showing Column in Debug Variables View
Next Topic:Parallel execution of JUnits using JUnit PDE on eclipse Ganymede
Goto Forum:
  


Current Time: Wed Apr 24 23:55:49 GMT 2024

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

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

Back to the top