Installing m2e plugin into Eclipse - eclipse

I need to install m2e plugin. I was given a link
http://eclipse.org/m2e/download/
but it says that file is not found.
Then I tried https://www.eclipse.org/m2e/, went to the download link http://download.eclipse.org/technology/m2e/releases
Its said there that I have to go to the Eclipse->Help->Install New Software
and in the text_field named Work with type http://Update site location
and press Enter
After I did it, I've got message
org.eclipse.equinox.p2.core.ProvisionException
Unable to read repository at http:/content.xml
Unable to read repository at http:/content.xml

Use the main software site for your release of Eclipse.
For example for Eclipse Luna this is http://download.eclipse.org/releases/luna, the site should already be in the 'Work with' list.
Search for 'maven' or 'm2e'

Related

Unable to install pydev

I am trying to install pydev through update site and eclipse marketplace but that's impossible.
When trying to install I receive the following message:
Unable to read repository at https://dl.bintray.com/fabioz/pydev/latest/content.xml.
Looks like this file does not exist anymore on the repository.
Did somebody found a solution about that ?
Regards
I've run into the same issue. I found out that the link at the PyDev site http://www.pydev.org/updates is redirecting to https://dl.bintray.com/fabioz/pydev/6.4.1. Using this link doesn't work for me, in Eclipse 4.7.3a.
However, changing this link to http://dl.bintray.com/fabioz/pydev/6.4.1 solves my problems. Apparently, there is an issue with the SSL redirection at the distribution site, or the https downloads in Eclipse.
The Error Message
I am note sure why you are getting an error message about content.xml, the real file that Eclipse should be reading is content.jar which is there.
Try one of the solutions below and please post more details if you can.
Online Install
The URL for installation of the feature is http://pydev.org/updates. You can use that URL to Install New Software... from the Help menu if the Eclipse Marketplace is not doing what you want.
Offline Install
If you meet the requirements (below) and continue to have problems with the update site, you can download to install offline. Get it from SourceForge (or follow the link from PyDev's website to SourceForge)
LiClipse
Alternatively, simply get LiClipse instead. It is Eclipse and PyDev and a bunch of other useful stuff already packaged together. It is provided by the author of PyDev, so should give you the best experience.
Minimum Eclipse and JVM Requirement
Double-check you meet the minimum requirements: PyDev requires Java 1.7 or greater and Eclipse 3.8/4.3 or greater:
Requirements
Java 7:
[...]
Eclipse (3.8/4.3 onwards)
At start i was also facing same error that : The solution is not provide while installing PyDev - Python IDE for Eclipse 6.3.2
and when I am When trying to install I receive the following message: Unable to read repository at https://dl.bintray.com/fabioz/pydev/latest/content.xml. ?
Then i came up with the final solution :
follow the steps :
Online Install
The URL for installation of the feature is http://pydev.org/updates. You can use that URL to Install New Software... from the Help menu if the Eclipse Marketplace is not doing what you want.
and uncheck all the options mentioned below on Install New Software Window like:
Uncheck :
1.Show only the latest versions of available software
2.Group Items by category
3.Show only software applicable to target environment
4.Contact all update sites during install to find required software
Offline Install
If you meet the requirements (below) and continue to have problems with the update site, you can download to install offline. Get it from SourceForge (or follow the link from PyDev's website to SourceForge).
Download the latest zip from sourceforge
Unzip it in any temp location
In Eclipse: "Help->install new software"
"Add" a new location to "Work with" "Local" button allows you to select the
unzipped folder
Give the location a name Back on the "install new
software" dialog, select pydev, etc. and "finish" (Delete the zip and
unzipped folder)
and uncheck all the options mentioned below on Install New Software Window like:
Uncheck :
1.Show only the latest versions of available software
2.Group Items by category
3.Show only software applicable to target environment
4.Contact all update sites during install to find required software
To be a little more clear about an offline installation in eclipse neon:
Download the latest zip from sourceforge
Unzip it in any temp location
In Eclipse: "Help->install new software"
"Add" a new location to "Work with"
"Local" button allows you to select the unzipped folder
Give the location a name
Back on the "install new software" dialog, select pydev, etc. and "finish"
(Delete the zip and unzipped folder)
The Error Message
I am note sure why you are getting an error message about content.xml, the real file that Eclipse should be reading is content.jar which is there.
Try one of the solutions below and please post more details if you can.
Online Install
The URL for installation of the feature is http://pydev.org/updates. You can use that URL to Install New Software... from the Help menu if the Eclipse Marketplace is not doing what you want.
Offline Install
If you meet the requirements (below) and continue to have problems with the update site, you can download to install offline. Get it from SourceForge (or follow the link from PyDev's website to SourceForge)
LiClipse
Alternatively, simply get LiClipse instead. It is Eclipse and PyDev and a bunch of other useful stuff already packaged together. It is provided by the author of PyDev, so should give you the best experience.
Minimum Eclipse and JVM Requirement
Double-check you meet the minimum requirements: PyDev requires Java 1.7 or greater and Eclipse 3.8/4.3 or greater:

Issue in TestNG with Eclipse

I have tried with the below url in Eclipse to install the TestNG Plugin..
Select Help / Install new software.
Search for new features to install.
New remote site.
For Eclipse 3.4 and above, enter http://beust.com/eclipse.
For Eclipse 3.3 and below, enter http://beust.com/eclipse1.
But Unfortunately Both gets Connection refused..
I have downloaded the files from https://github.com/cbeust/testng-eclipse/
When I extract the zip, It has the following things:
Scripts,
testng-eclipse-feature,
testng-eclipse-plugin,
testng-eclipse-Update-Site,
.cvsignore,
.gitignore,
.project,
.travel.yml,
changes.log,
new-release,
pom.xml,
README.md
I have copied features and plugin and pasted in the eclipse feature and plugin folder respectively. Now If i create TestNG class,
I am getting following error "The selected wizard could not be started.
Plug-in org.testng.eclipse was unable to load class org.testng.eclipse.wizards.NewTestNGClassWizard.
org.testng.eclipse.wizards.NewTestNGClassWizard"
Can any one help on this??
Thanks
You are using an older version of Eclipse, please upgrade to Luna and give it a try it would certainly work.
1)First try the same method of yours from install new software.
2)Go to Eclipse Market place and just type TestNG and search, it would display the plugin and install it.

Installing Findbugs plugin for MyEclipse

I am trying to install Findbugs plugin for MyEclipse 6.0.1 using follwing steps:
In Eclipse, click on Help -> Software Update -> Find and Install...
Choose the Search for new features to install option, and click Next.
Click New Remote Site.
Enter the following:
Name: FindBugs update site
URL: one of the following (note: no final slash on the url)
http://findbugs.cs.umd.edu/eclipse for official releases and click OK.
"FindBugs update site" should appear under Sites to include in search.
Click the checkbox next to it to select it, and click Finish.
As soon as I click Finish eclipse shows me error saying "No features found on selected sites".
Can anyone plz tell me how should I proceed for Findbugs plugin inatallation in MyEclipse v6.0.1.
MyEclipse 6.6 is based on eclipse 3.3, so I assume 6.0 is also based on eclipse 3.3. That version of MyEclipse is now unsupported. However, you might be able to download the Findbugs plugin from here (which also list several update sites) and install it manually. I don't recall how to add plugins manually to eclipse 3.3 but there is probably a section in the help that comes with MyEclipse.

unable install svn plugin in eclipse

i want install svn plugin with eclipse. and i found this site for instruction
http://www.eclipse.org/subversive/documentation/gettingStarted/aboutSubversive/install.php
and i give following download link on my "Help-- Install New Software" option
http://download.eclipse.org/technology/subversive/1.0/update-site-1.0.1/
but when i try to download the plugin eclipse give me following error
i dont why ?
Quote from your tutorial:
On the 'Add Repository' form enter the URL to the Subversive update site.
The proper URL can be found on http://www.eclipse.org/subversive/downloads.php.
Also the update-site for Subversive integration plug-ins can be added in
the same way.
The link provided above is not the update-repository, its just an information page where you can find the latest repository URL.
Try this one:
http://download.eclipse.org/technology/subversive/1.0/update-site-1.0.1/
Hope this helpes, have Fun!

Offine installation of PMD plugin for Eclipse IDE

I am trying to download and install PMD plugin for Eclipse offline but did not succeed in doing so.
I downloaded following 2 zips:
net.sourceforge.pmd.eclipse-3.2.6.v200903300643.zip (this version matches with the one which I installed online)
pmd-eclipse-1.8.0
Not sure which one to use and how to configure it in Eclipse.
I searched a lot but did not find proper steps for the offine installation and configuration.
In case it contains site archieve:
Goto Help->Install New Software
Click Add...
In the Add Repository Dialog click Archive and point to your zip. Rest of the installation is as you would do with an online installation.
Else:
Extract the zip
Copy all plugins to your target eclipse plugins folder
Copy all features to your target eclipse features folder
launch eclipse with -clean option
You can get the latest 4.0 version of the plugin by pointing your Eclipse installer here:
http://sourceforge.net/projects/pmd/files/pmd-eclipse/update-site/