How to install Codepro plugin in Eclipse Kepler - eclipse

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)

Related

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.

Would GWT plugin for Eclipse 4.4 work with Eclipse Mars 4.5

Just wanted to check if it would be a good idea to install GWT plugin for Eclipse 4.4 on Eclipse Mars 4.5. Also, if there are any plans for 4.5 plugin?
I recommend that you wait for the 4.5 plugin before upgrading eclipse. We waited quite a while for the 4.4 plugin, but it came.
I've tried 4.4 plugin in Mars, and it doesn't work for me.
I'm having problems showing error messages in eclipse Mars (didn't have problems in Luna).
So I will say that NO. The plugin doesn't work well in Eclipse MARS.
I got GWT plugin version 4.4 to work in Mars only with Eclipse Mars not installed from Eclipse Installer ('download Eclipse package' instead).
Using the installer resulted instead in the plugin then installing, but not appearing via blue GWT toolbar icon, Eclipse Google preferences, nor Eclipse project Google context menu.

how to upgrade from juno to kepler for eclipse?

I'm using Eclipse IDE juno , I need to upgrade my eclipse to kepler for developing J2EE applications, in my IDE help menu i tried to install new software and i also added kepler related download site , then it installed some updates after I restarted my laptop but it is not showing me option for developing J2EE applications. Help me please, without installing the complete eclipse ide.
Both Juno and Kepler are separate eclipse IDE hence you need separate installation for Eclipse Kepler and keep your original juno installer. You can download it from Here

Howto use PMD plugin in Eclpise 4.3 running on Java 8

PDM brings xerces jar which is not compatible with java 8 - this has been reported here: https://bugs.eclipse.org/bugs/show_bug.cgi?id=432118
This is the PMD plugin that I wouyld like to use: http://sourceforge.net/projects/pmd/files/pmd-eclipse/update-site/
Is there a way to install PMD in eclipse 4.3/4.4 on java 8?
https://sourceforge.net/p/pmd/bugs/1210/ shows current status of the fix (closed), and has the repository location to install the current snapshot version, and says the fix will be released in 4.0.4. I added the updatesite to my install locations and installed the snapshot (dated 7/29), now I have my PMD preferences/menus/perspective back in Luna 4.4 running JDK8. Thanks so much for the trunk tip.
This is a PMD bug - they have already fixed it in trunk, I've tested it and it works fine. The problem was, that it had transitive dependency to old xerces lib.
Had PMD plugin installation problem with Eclipse Luna 4.4.2 when I installed PMD directly from Eclipse marketplace.
To solve this,
I uninstalled the plugin and used the following link to choose 4.4 eclipse PMD plugin.
http://sourceforge.net/projects/pmd/files/pmd-eclipse/update-site/
It worked!
This is the Solution:
If you have previously installed a version of the PMD Eclipse plugin prior to November 2012, then you should remove/uninstall it first. To install the PMD for Eclipse plugin:
In Eclipse, click on Help -> Install New Software...
Click on Add..
Enter the following:
Name: PMD for Eclipse Update Site
URL: http://sourceforge.net/projects/pmd/files/pmd-eclipse/update-site/
and click OK.
You should see PMD for Eclipse 4. Select the checkbox next to it and click Next >.
You'll need to accept the license and confirm you want to install a plugin that is not digitally signed. Go ahead and install it anyway.
Restart eclipse

M2e tool error for EClipse Kepler

Downloaded Eclipse J2EE Kepler now and wanted to install the Maven plugin from Market place.
But I keep getting this error in the picture:
So this plugin not working anymore? Is there any other recommended plugin to install?
If you look at the m2e-wtp site you'll find that this feature is installed by default in the Eclipse Kepler distribution. So it's not removed, but just already included in the installation. Moreover, they (finally) upgraded it from incubation to 1.0 version. Enjoy it!
m2e-wtp graduated from the Eclipse incubator to reach version 1.0.0. Moreover, m2e-wtp and m2e are now included in the Eclipse Java EE distribution by default. m2e-wtp 1.0.0 adds Java EE 7 support in Kepler and a few other new cool features.
This error means it is already installed in your IDE.
IF any updates are released by M2E tools then it can be updated like you did or if you click on 'Check for Updates'.
cheers,
Saurav