Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Eclipse Plugin Installation Error(Eclipse Plugin Installation Error)
Eclipse Plugin Installation Error [message #1732615] Wed, 18 May 2016 14:23 Go to next message
RamaRao Nandamuri is currently offline RamaRao NandamuriFriend
Messages: 120
Registered: April 2016
Senior Member
Cannot complete the install because one or more required items could not be found.
Software being installed: CustomProject 1.0.0.201605181920 (CustomProject.feature.group 1.0.0.201605181920)
Missing requirement: Customplugin 1.0.0.201605181920 (customplugin 1.0.0.201605181920) requires 'bundle org.eclipse.ui.ide 3.9.2' but it could not be found
Cannot satisfy dependency:
From: CustomProject 1.0.0.201605181920 (CustomProject.feature.group 1.0.0.201605181920)
To: customplugin [1.0.0.201605181920]
Re: Eclipse Plugin Installation Error [message #1732624 is a reply to message #1732615] Wed, 18 May 2016 14:58 Go to previous messageGo to next message
Ed Merks is currently offline Ed MerksFriend
Messages: 33224
Registered: July 2009
Senior Member
It's hard to guess what CustomProject might be. In the end, it appears
to require a 3.9.2 version of the IDE, so a repository with that version
must be specified during the install.


On 18.05.2016 16:23, RamaRao Nandamuri wrote:
> Cannot complete the install because one or more required items could
> not be found.
> Software being installed: CustomProject 1.0.0.201605181920
> (CustomProject.feature.group 1.0.0.201605181920)
> Missing requirement: Customplugin 1.0.0.201605181920 (customplugin
> 1.0.0.201605181920) requires 'bundle org.eclipse.ui.ide 3.9.2' but it
> could not be found
> Cannot satisfy dependency:
> From: CustomProject 1.0.0.201605181920 (CustomProject.feature.group
> 1.0.0.201605181920)
> To: customplugin [1.0.0.201605181920]
>


Ed Merks
Professional Support: https://www.macromodeling.com/
Re: Eclipse Plugin Installation Error [message #1732627 is a reply to message #1732624] Wed, 18 May 2016 15:49 Go to previous messageGo to next message
RamaRao Nandamuri is currently offline RamaRao NandamuriFriend
Messages: 120
Registered: April 2016
Senior Member
Could you please tell me how add those bundle?
Re: Eclipse Plugin Installation Error [message #1732629 is a reply to message #1732627] Wed, 18 May 2016 15:50 Go to previous messageGo to next message
Ed Merks is currently offline Ed MerksFriend
Messages: 33224
Registered: July 2009
Senior Member
I don't even know the context in which you have this problem. I don't
know what you're installing, nor where it comes from. Ask whomever is
providing it how you should install it.


On 18.05.2016 17:49, RamaRao Nandamuri wrote:
> Could you please tell me how add those bundle?


Ed Merks
Professional Support: https://www.macromodeling.com/
Re: Eclipse Plugin Installation Error [message #1732633 is a reply to message #1732629] Wed, 18 May 2016 16:32 Go to previous messageGo to next message
RamaRao Nandamuri is currently offline RamaRao NandamuriFriend
Messages: 120
Registered: April 2016
Senior Member
I have created custom project using

https://cvalcarcel.wordpress.com/2009/07/11/writing-an-eclipse-plug-in-part-2-creating-a-custom-project-in-eclipse-adding-to-the-new-project-wizard/

https://cvalcarcel.wordpress.com/2009/07/26/writing-an-eclipse-plug-in-part-4-create-a-custom-project-in-eclipse-new-project-wizard-the-behavior/

After that I have created plugin. When I am installing I got the above error
Re: Eclipse Plugin Installation Error [message #1732674 is a reply to message #1732633] Thu, 19 May 2016 05:42 Go to previous message
Ed Merks is currently offline Ed MerksFriend
Messages: 33224
Registered: July 2009
Senior Member
In Window -> Preferences -> Install Update -> Available Software you can
add update sites and enable them. In the Install dialog, you can enable
"Contact all update sites during install to find required software".
You'll need to add an update site that contents the bundle that's
missing. I think this installable unit is in
http://download.eclipse.org/releases/kepler


On 18.05.2016 18:32, RamaRao Nandamuri wrote:
> I have created custom project using
>
> https://cvalcarcel.wordpress.com/2009/07/11/writing-an-eclipse-plug-in-part-2-creating-a-custom-project-in-eclipse-adding-to-the-new-project-wizard/
>
>
> https://cvalcarcel.wordpress.com/2009/07/26/writing-an-eclipse-plug-in-part-4-create-a-custom-project-in-eclipse-new-project-wizard-the-behavior/
>
>
> After that I have created plugin. When I am installing I got the above
> error


Ed Merks
Professional Support: https://www.macromodeling.com/
Previous Topic:Java returned exit code = 1
Next Topic:Debug Problem
Goto Forum:
  


Current Time: Sat Oct 05 16:00:31 GMT 2024

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

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

Back to the top