Error occurs while installing Groovy IDE in Eclipse - eclipse

I am using Eclipse 3.7.0, and trying to install Groovy: I used this Link: Groovy
While installing by following instructions from that link, I got an error like this.
Error Message:
Cannot complete the install because one or more required items could not be found.
Software being installed: Groovy-Eclipse Feature 2.0.0.xx-20091027-1400-e34 (org.codehaus.groovy.eclipse.feature.feature.group 2.0.0.xx-20091027-1400-e34)
How can I fix this problem?

As of today, I don't believe there's a release build of the Groovy Eclipse plug-in for Eclipse 3.7. However, I've been using the dev builds of the plug-in for many versions and it's been extremely stable, so I'd recommend trying the dev build. The appropriate update site for 3.7 would be http://dist.codehaus.org/groovy/distributions/greclipse/snapshot/e3.7/

Related

How to install plugins in Eclipse for SPARK IDE

I have Eclipse Neon Install on my system.
I want to install plugins for SPARK IDE.
When try to installSpark Plugin using URL: http://www.ai.sri.com/~spark/eclipse
It is throwing error:
requires 'org.eclipse.core.runtime.compatibility 0.0.0' but it could not be found.
The code you are trying to install is not compatible with Eclipse Neon which no longer supports the org.eclipse.core.runtime.compatibility plugin.
You will either have to find a newer version of the code (if it exists) or use an older version of Eclipse.
"...version of Eclipse that you should be using, setting up Eclipse project files.."
described here: http://scala-ide.org/docs/current-user-doc/gettingstarted/index.html
they recommend Juno

Unable to install Groovy/Grails Tool Suite (GGTS) for Eclipse

Am trying to install Groovy/Grails Tool Suite (GGTS) for Eclipse into my Eclipse installation.
version of Eclipse installed:
Version: Luna Service Release 1a (4.4.1) - Windows 32-bit.
When I attempt to install ggts from the eclipse marketplace either by using the Eclipse Marketplace
menu option or by using the ggts drag to install button, the following window/error message is
obtained after selecting Confirm:
The following solutions are not available Groovy/Grails Tool Suite (GGTS) for Eclipse 3.6.4.RELEASE,
Proceed with the installation anyways?
How/can it be installed?
Thanks.
My bad. I forgot to put in the right (and versioned) update site into the Marketplace entry definition after the 3.7.0 release went out. This is fixed now. You should be able to install GGTS from the Marketplace again. Sorry for the inconvenience and thanks for pointing me at this here.
Keep in mind that there is no new GGTS version that is compatible with Eclipse Mars. The last version is 3.6.4 and is compatible with Eclipse 4.4 and previous versions.

ADT not installing on Eclipse Kepler

I have downloaded Eclipse Kepler and now trying to instal Android ADT. I am facing the below issue.
Cannot complete the install because one or more required items could not be found.
Software being installed: Android Development Tools 22.6.3.v201404151837-1123206 (com.android.ide.eclipse.adt.feature.group 22.6.3.v201404151837-1123206)
Missing requirement: Android Development Tools 22.6.3.v201404151837-1123206 (com.android.ide.eclipse.adt.feature.group 22.6.3.v201404151837-1123206) requires 'org.eclipse.wst.sse.core 0.0.0' but it could not be found
Initially I tried to install using https://dl-ssl.google.com/android/eclipse/ . I got the error.
Later I downloaded the package and installed from local but getting the above error.
Any suggestions ?
I tried running the eclipse in administrator mode but still getting the same error.
ADT Plugin can't install: Missing requirement: Android Development Tools
Any help is appreciated. Note: In my system, Android SDK is working fine in my Eclipse Indigo working perfectly in my system.
ADT might depend on other plugins, such as Eclipse Web Tools. You need to make sure you checked Contact all update sites during install to find required software. Eclipse will then look up dependencies in other update sites, like the default Kepler one.
I have solved the problem by unzipping the eclipse again from the original zipped file. Right now everything works fine.
But thanks lulian Dragos.

Can't install Google plugin for eclipse in JUNO

I'm trying to install Google app engine plugin in ADT (eclipse version 4.2 JUNO).
I tried disabling the antivirus and running ADT in administrator. Nothing seems to be working.
Cannot complete the install because one or more required items could not be found.
Software being installed: Google Plugin for Eclipse 4.2 3.4.2.v201310081840-rel-r42 (com.google.gdt.eclipse.suite.e42.feature.feature.group 3.4.2.v201310081840-rel-r42)
Missing requirement: Google Plugin for Eclipse 4.2 3.4.2.v201310081840-rel-r42 (com.google.gdt.eclipse.suite.e42.feature.feature.group 3.4.2.v201310081840-rel-r42) requires 'org.eclipse.m2e.core 0.0.0' but it could not be found
EDIT:
I got it WORKING using this answer,
https://stackoverflow.com/a/4718331/2841916
Since ADT-Bundle already brings Eclipse inside i guess it's not necessary for you to configure your Juno Eclipse or less to install it 'cause ADT-BUNDLE it's portable it means it's not necessary to install it!
Here is a video tutorial which i guess will be helpful for you my friend!
http://www.cursopedia.com/Ficha-Curso-de-Android.-Nivel-Basico

GWT Plugin for eclipse 3.7(helios). i am getting error

After selecting google plugin for eclipse and SDK and proceeding next . I am getting error
Cannot complete the install because one or more required items could not be found.
Software being installed: Google Plugin for Eclipse 3.7 3.2.4.v201306061638-rel-r37
(com.google.gdt.eclipse.suite.e37.feature.feature.group 3.2.4.v201306061638-rel-r37)
Missing requirement: Google Plugin for Eclipse 3.7 3.2.4.v201306061638-rel-r37
(com.google.gdt.eclipse.suite.e37.feature.feature.group 3.2.4.v201306061638-rel-r37)
requires 'org.eclipse.wst.css.core 0.0.0' but it could not be found
Are you installing plugins using the eclipse marketplace? If you're installing plugins by manually entering repositories make sure they have a plugin that's compatible with your version of eclipse.
As Glenn noted, you need to be very careful with versions here.
It is best to install any ecplise pulgin using an update site. For Eclipse 3.7, you would use http://dl.google.com/eclipse/plugin/3.7 for the GWT update site.
If you were to do a manual install, then make sure to download the correct archive, in your case 3.7, listed here: https://developers.google.com/eclipse/docs/install-from-zip
If the installation is giving you trouble, try restarting Eclipse and run it as administrator. This could be the case if Eclipse is installed in a shared or system directory (e.g. "Program Files").
If you have selected the Android development kit part of the GPE then you need to separately install the Android SDK. But you don't need that if you are only doing GWT development. Just uncheck that.