How to install plugins in Eclipse for SPARK IDE - eclipse

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

Related

Configuration when upgrading from Indigo to Luna Eclipse

I'm trying to upgrade my eclipse from Indigo to Luna (I know that Luna is not the newest but my company does not have a license for a newer version for now).
My tool uses the eclipse Indigo and depends on it. One of the previous developers wrote some notes on how to upgrade:
We will need the following:
execution eclipse installation.
target eclipse installation
an eclipse SDK tarball to run the unit tests
Change the following places in the build plug-in file:
Version of org.ecilpse.pdebuild (pdeBuildPluginVersion=Version)
Version of org.eclipse.equinox.launcher (equinoxLauncherPluginVersion= Version)
Execution eclipse location (eclipseLocation=Path)
Eclipse SDK tar ball (sdkTarBall=PATH-TO/eclipse-SDK-3.7-linux-gtk-x86_64.tar.gz)
I don't understand which versions should be in the pdeBuildPluginVersion and in the equinoxLauncherPluginVersion fields - Where from I should get the needed information?
Also, what is the "Eclipse SDK tar ball" and where should I find it?
You can download old Eclipse SDK versions from the Eclipse Project archive here. Choose your release and then download the Eclipe SDK tar.gz for your platform.
You find out the versions of the plugins by looking in the plugins directory of your Eclipse and finding the plugins, which might be something like:
org.eclipse.pde.build_3.9.0.v20140415-2029
org.eclipse.equinox.launcher_1.3.0.v20140415-2008
The version is the part following the '_' character

run as testNG is missing

The option runAs->TestNG on xml file is missing somehow on my eclipse,
I tried to install the eclipse from scratch and now I have Version: 2018-12 (4.10.0).
Also I have latest JDK and JRE testNG is installed as far as I see and when I want to install them again I have a problem.
All the threads that i saw till now nothing helped me and i tried all the solution as i wrote maybe you have any idea
the only solution i founded till now is that i need to install eclipse from scratch and convert the same project again to TestNG and to copy the old XML to the new one, if its the latest eclipse than to download the beta version of TestNG
There is an issue with the TestNG plugin and Eclipse 2018-12 (https://github.com/cbeust/testng-eclipse/issues/408). You can use the current beta version from https://github.com/cbeust/testng-eclipse.
If the picture above of your installed software is the current state of your Eclipse 2018-12 setup, it cannot be a clean install. The version 6.14.x of the TestNG plugin is not compatible with 2018-12. It is not possible to install the plugin with Eclipse. Either the existing Eclipse directories are reused or the plugin directories have been added manually. It is important to remove them. After that, it should be possible to install the version 7 beta of the TestNG plugin.
It should look like this:
With this setup, you will get your context menu entry for TestNG:

Error installing MAP-REDUCE plugin in eclipse

When I'm trying to install MAP-REDUCE plug-in in eclipse INDIGO I am getting following kind of error
Screenshot:
I have install hadoop 1.2.1.
The plugin you are trying to use was compiled using Java 8 but you are running Eclipse using an earlier version of Java.
You will have to run your Eclipse using Java 8 to use this plugin.

How to install Codepro plugin in Eclipse Kepler

Now I am using Eclipse Kepler Version: 3.9.1.201308190730, but i don't how to configure "CodePro AnalytiX" plugin in Eclipse Kepler. Is it possible to configure "CodePro AnalytiX" in my current Eclipse Kepler?
And is "CodePro AnalytiX" plugin the correct tool for testing code perfomance? Otherwise suggest any other tool for code testing.
-Open Eclipse Kepler
-Help -> install new software
-enter this URL:
http://dl.google.com/eclipse/inst/codepro/latest/3.6
-Enter
If you found any other good tool for persistance tests, please let me know :)
Enjoy!
All the url's specified in this page are no longer valid.
Eclipse version Installation instructions
Direct plugin link
Eclipse 4.6 (Neon) Plugin for Eclipse 4.6 (Neon) https://dl.google.com/eclipse/plugin/4.6
Eclipse 4.5 (Mars) Plugin for Eclipse 4.5 (Mars) https://dl.google.com/eclipse/plugin/4.5
Eclipse 4.4 (Luna) Plugin for Eclipse 4.4 (Luna) https://dl.google.com/eclipse/plugin/4.4
If you are looking for older versions of the plugin, click here.
If you are having trouble installing from the update sites (due to firewall issues, for instance), you can install the Google Plugin for Eclipse by downloading and installing an archive of the update site.
Yes Its compatible for eclipse version: Luna Service Release 2 (4.4.2)

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.