Getting error during Natural plugin installation by using URL in eclipse - plugins

First I tried from eclipse marketplace but not able to install the plugin. Then I tried it by using URL these two URL:
http://rlogiacco.github.com/Natural
http://rlogiacco.github.io/Natural
but neither worked. Getting below error with both the URLs
Please help. Thanks in advance.

Related

Unable to read repository at https://ecd-plugin.github.io/update/content.xml in Eclipse

I am trying to install decompiler in Eclipse Mars but I am getting Unable to read repository at https://ecd-plugin.github.io/update/content.xml everytime. I tried to install any other plugins too from the marketplace but I got same error. Also i tried to access the url from Eclipse Internal Web Browser and I am able to access the page. Not sure why i am getting this error.Any help or suggestion will be appreciated. Thanks.

AWS Toolkit for Eclipse Luna 4.4.1 does not install

I have Eclipse Luna 4.4.1. While trying to install AWS Toolkit from the url, http://aws.amazon.com/eclipse or from Eclipse marketplace url https://marketplace.eclipse.org/content/aws-toolkit-eclipse#group-external-install-button (using drag and drop button), following error happens,
Unable to read repository at http://aws.amazon.com/eclipse/site.xml/content.xml.
Unable to read repository at http://aws.amazon.com/eclipse/site.xml/content.xml.
peer not authenticated
Sometimes it lists down the components available for install but everytime it fails with above error. One thing I noticed is content.xml urls does not seem to be valid or are being interpreted as a invalid URL.
Request help.
Regards
An incorrect URL is specified for the Eclipse Marketplace item AWS Toolkit for Eclipse (the URL should not end with site.xml).
Instead of using drag and drop, you have to use Help > Install with the correct URL http://aws.amazon.com/eclipse/

Getting error while installing SonarQube plugin in eclipse 4.2.2

I am trying to install the sonar in my eclipse but it can not find the url even though the url is working fine in my browser. If any one knows the solution please let me know, thanks.
To install the plugin you can also go to Help > Eclipse Marketplace... and search for "SonarQube". Check this for more details.
Anyway, the Eclipse SonarQube plugin has been deprecated and SonarLint for Eclipse should be used in place : see http://www.sonarlint.org/eclipse/index.html

Unable to load server class 'com.google.appengine.tools.development.gwt.AppEngineLauncher'

I am using Google Plugin for eclipse to develop website using GWT. Every thing work properly before. Today I installed a theme plugin for eclipse and i uninstall this theme plugin after that. When i run my gwt project I get the error
Unable to load server class 'com.google.appengine.tools.development.gwt.AppEngineLauncher'
java.lang.ClassNotFoundException: com.google.appengine.tools.development.gwt.AppEngineLauncher
I have tried reinstall Google Plugin for Eclipse and i still get this error.
How to solve this error ? Thank for any help.
I have tried reinstall eclipse and the Google Plugin. Everything work ok.

Installin ADT for eclipse

When I tried to install the ADT Plugin for eclipse by adding the URL :
https://dl-ssl.google.com/android/eclipse
I got the following error message:
Unable to read repository at:
https://dl-ssl.google.com/android/eclipse/content.xml
The documentation tells:
In the Add Repository dialog that appears, enter "ADT Plugin" for the Name and the following URL for the Location:
https://dl-ssl.google.com/android/eclipse/
Click OK
Note: If you have trouble acquiring the plugin, try using "http" in the Location URL, instead of "https" (https is preferred for security reasons).
The URL looks right. Try using http instead of https as mentioned in the documentation.
Make sure that you have a recent version of eclipse.
I had the same problem with Eclipse Helios on ubuntu 11.04, If you have helios I'd recommend using Eclipse Galileo Latest version that worked for me. And yeah do try http:// instead of https://
can you disable your antivirus firewall settings?
Then try with https://dl-ssl.google.com/android/eclipse/
I have Windows 8 (64bit) and also got the same error. Right click and chose Run as Administrator and that worked. Didn't have to change to HTTP from HTTPS either.
I got same problem for eclipse juno (windows - 32 bits). I closed eclipse and then right click and chose Run as Administrator. After that, in new software install option, I wrote following URL https://dl-ssl.google.com/android/eclipse/ and pressed enter. Setup contents were picked.
I hope it help someone. Cheers :)