Skip to main content



      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 10:23 Go to next message
Eclipse UserFriend
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 10:58 Go to previous messageGo to next message
Eclipse UserFriend
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]
>
Re: Eclipse Plugin Installation Error [message #1732627 is a reply to message #1732624] Wed, 18 May 2016 11:49 Go to previous messageGo to next message
Eclipse UserFriend
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 11:50 Go to previous messageGo to next message
Eclipse UserFriend
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?
Re: Eclipse Plugin Installation Error [message #1732633 is a reply to message #1732629] Wed, 18 May 2016 12:32 Go to previous messageGo to next message
Eclipse UserFriend
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 01:42 Go to previous message
Eclipse UserFriend
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
Previous Topic:Java returned exit code = 1
Next Topic:Debug Problem
Goto Forum:
  


Current Time: Sat May 17 02:46:56 EDT 2025

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

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

Back to the top