Eclipse Juno won't let me install XML Editor - eclipse

I have Eclipse Juno:
Version: 3.7.2
Build id: I20110613-1736
I'm trying to install the XML Editors from the Install Software option under Help using this repo:
http://download.eclipse.org/releases/juno/
And I keep getting dependency problems when installing:
Cannot complete the install because of a conflicting dependency.
Software being installed: Eclipse XML Editors and Tools 3.4.2.v201211061806-7H7GFeJDxumUrsn5qkiQgOEhsz0p60HAmPyU6VX (org.eclipse.wst.xml_ui.feature.feature.group 3.4.2.v201211061806-7H7GFeJDxumUrsn5qkiQgOEhsz0p60HAmPyU6VX)
Software currently installed: Eclipse Platform 3.7.0.I20110613-1736 (org.eclipse.platform.ide 3.7.0.I20110613-1736)
Only one of the following can be installed at once:
Core Resource Management 3.8.0.v20120522-2034 (org.eclipse.core.resources 3.8.0.v20120522-2034)
Core Resource Management 3.8.1.v20121114-124432 (org.eclipse.core.resources 3.8.1.v20121114-124432)
Core Resource Management 3.8.1.v20120802-154922 (org.eclipse.core.resources 3.8.1.v20120802-154922)
Core Resource Management 3.7.101.dist (org.eclipse.core.resources 3.7.101.dist)
Cannot satisfy dependency:
From: Eclipse Platform 3.7.2.dist-9nF7UHagFqn9pElwWhC90gLz-soEuSGYmtSeiRH (org.eclipse.platform.feature.group 3.7.2.dist-9nF7UHagFqn9pElwWhC90gLz-soEuSGYmtSeiRH)
To: org.eclipse.core.resources [3.7.101.dist]
Cannot satisfy dependency:
From: Eclipse Platform 3.7.0.I20110613-1736 (org.eclipse.platform.ide 3.7.0.I20110613-1736)
To: org.eclipse.platform.feature.group [3.7.2.dist-9nF7UHagFqn9pElwWhC90gLz-soEuSGYmtSeiRH]
Cannot satisfy dependency:
From: Eclipse XML Editors and Tools 3.4.2.v201211061806-7H7GFeJDxumUrsn5qkiQgOEhsz0p60HAmPyU6VX (org.eclipse.wst.xml_ui.feature.feature.group 3.4.2.v201211061806-7H7GFeJDxumUrsn5qkiQgOEhsz0p60HAmPyU6VX)
To: org.eclipse.wst.xsd.ui [1.2.500.v201203081826]
Cannot satisfy dependency:
From: XSD Core Plugin 1.1.700.v201204102147 (org.eclipse.wst.xsd.core 1.1.700.v201204102147)
To: bundle org.eclipse.core.resources [3.8.0,4.0.0)
Cannot satisfy dependency:
From: XML Schema Editor 1.2.500.v201203081826 (org.eclipse.wst.xsd.ui 1.2.500.v201203081826)
To: bundle org.eclipse.wst.xsd.core [1.1.300,1.2.0)
I should mention this is on Ubuntu 12.04 installed from Repos. I have done a fresh install and emptied my Workspace directory after removing. To remove I did a:
sudo apt-get remove eclipse-* --purge
Then I ran autoclean and clean along with deborphan to remove all package dependencies for Eclipse. Afterwords I re-installed for which it re-downloaded everything.
Still the same dependency problem and I don't know why.

You don't have Juno, that would be 3.8 or 4.2. Therefore the update site doesn't match your installation.
On Ubuntu, please do not use the Eclipse versions from the package manager. Instead download them from the website and install them anywhere you like (by means of unzipping). In most Linux distributions, the packaged Eclipse versions are way outdated (as you can see by your build id, dating from June 2011).

Related

Eclipse dependency failure on Install of Salesforce IDE

I'm trying to install the salesforce IDE (Force IDE) on eclipse, and I get a dependency error that I don't know how to read. Can someone translate it for me, and tell me which piece I need to install? I've tried reading it several times and I can't figure it out... usually I'm not bad at doing this... must be getting old!
Cannot complete the install because of a conflicting dependency.
Software being installed: Force.com IDE 38.0.0.201701101558 (com.salesforce.ide.feature.feature.group 38.0.0.201701101558)
Software currently installed: Eclipse Platform 3.7.0.debbuild (org.eclipse.platform.ide 3.7.0.debbuild)
Only one of the following can be installed at once:
Eclipse Forms 3.6.200.v20150506-2029 (org.eclipse.ui.forms 3.6.200.v20150506-2029)
Eclipse Forms 3.5.200.v20120521-2329 (org.eclipse.ui.forms 3.5.200.v20120521-2329)
Cannot satisfy dependency:
From: Force.com IDE 38.0.0.201701101558 (com.salesforce.ide.feature.feature.group 38.0.0.201701101558)
To: com.salesforce.ide.ui.editors [38.0.0.201701101558]
Cannot satisfy dependency:
From: Force.com IDE Editors 38.0.0.201701101558 (com.salesforce.ide.ui.editors 38.0.0.201701101558)
To: bundle org.eclipse.ui.forms 3.6.200
Cannot satisfy dependency:
From: Eclipse Platform 3.8.1.dist-A8F8_IVVG4WVSPmeRoJgU5j9DVVo8nAGcMPL9 (org.eclipse.platform.feature.group 3.8.1.dist-A8F8_IVVG4WVSPmeRoJgU5j9DVVo8nAGcMPL9)
To: org.eclipse.ui.forms [3.5.200.dist]
Cannot satisfy dependency:
From: Eclipse Platform 3.7.0.debbuild (org.eclipse.platform.ide 3.7.0.debbuild)
To: org.eclipse.platform.feature.group [3.8.1.dist-A8F8_IVVG4WVSPmeRoJgU5j9DVVo8nAGcMPL9]
I'm on Debian Linux, running Eclipse Version: 3.8.1, Build id: debbuild
AFAIK, Force.com IDE based on Eclipse is not supported now.
As an alternative, you can try out JetForcer, IDE for Salesforce development based on IntelliJ platform or VSCode extension.
I just saw that Eclipse is on version 4.7 on their website. I think my Eclipse version is hopelessly outdated!
I'll update it and try again.

Eclipse install Web Development Tool: conflicing dependencies

Platform: Ubuntu 16.04, Eclipse Oxygen Committers (installed in /opt).
I am trying to install the "Eclipse Web Development Tool" package in Eclipse Oxygen, but got the following error messages.
I tried the following:
Deleted ~/.eclipse and workspace/.metata directories and re-installed the package again
sudo apt remove eclipse*
Completely removed the /opt/eclipse directory and re-install Eclipse again
None of the above attempts worked. So, how to solve the problem? Or, how do I completely remove Eclipse's configurations?
Cannot complete the install because of a conflicting dependency.
Software being installed: Eclipse Web Developer Tools 3.9.1.v201707252002 (org.eclipse.wst.web_ui.feature.feature.group 3.9.1.v201707252002)
Software currently installed: Eclipse XML Editors and Tools 3.9.0.v201706011851 (org.eclipse.wst.xml_ui.feature.feature.group 3.9.0.v201706011851)
Only one of the following can be installed at once:
SSE infopops 1.0.300.v201707252002 (org.eclipse.wst.sse.ui.infopop 1.0.300.v201707252002)
SSE infopops 1.0.300.v201309112106 (org.eclipse.wst.sse.ui.infopop 1.0.300.v201309112106)
Cannot satisfy dependency:
From: Eclipse Web Developer Tools 3.9.1.v201707252002 (org.eclipse.wst.web_ui.feature.feature.group 3.9.1.v201707252002)
To: org.eclipse.wst.xml_ui.feature.feature.group [3.9.1.v201707252002]
Cannot satisfy dependency:
From: Eclipse XML Editors and Tools 3.9.0.v201706011851 (org.eclipse.wst.xml_ui.feature.feature.group 3.9.0.v201706011851)
To: org.eclipse.wst.sse.ui.infopop [1.0.300.v201309112106]
Cannot satisfy dependency:
From: Eclipse XML Editors and Tools 3.9.1.v201707252002 (org.eclipse.wst.xml_ui.feature.feature.group 3.9.1.v201707252002)
To: org.eclipse.wst.sse.ui.infopop [1.0.300.v201707252002]

Cannot update Eclipse WTP, Conflicting & Unsatisfied dependencies on Eclipse Juno

I tried to install/update WTP on Eclipse Juno SR2 using install new software menu option, But unable to do because of the following errors,
Cannot complete the install because of a conflicting dependency.
Software being installed: JAX-WS Tools SDK 1.2.0.v201204151854-44-90NCHNCDLLUuYbbV5cIkz-a69OdKTaLrU6UqY (org.eclipse.jst.ws.jaxws_sdk.feature.feature.group 1.2.0.v201204151854-44-90NCHNCDLLUuYbbV5cIkz-a69OdKTaLrU6UqY)
Software being installed: JAX-WS Tools SDK 1.2.1.v201301072322-448a90NCHQC9KRWnSadV-_Nlyb19OdKTcLlRBVpX (org.eclipse.jst.ws.jaxws_sdk.feature.feature.group 1.2.1.v201301072322-448a90NCHQC9KRWnSadV-_Nlyb19OdKTcLlRBVpX)
Only one of the following can be installed at once:
JAX-WS Tools Developer Guide 1.1.100.v201301072322 (org.eclipse.jst.ws.jaxws.doc.isv 1.1.100.v201301072322)
JAX-WS Tools Developer Guide 1.1.0.v201104031551 (org.eclipse.jst.ws.jaxws.doc.isv 1.1.0.v201104031551)
Cannot satisfy dependency:
From: JAX-WS Tools SDK 1.2.0.v201204151854-44-90NCHNCDLLUuYbbV5cIkz-a69OdKTaLrU6UqY (org.eclipse.jst.ws.jaxws_sdk.feature.feature.group 1.2.0.v201204151854-44-90NCHNCDLLUuYbbV5cIkz-a69OdKTaLrU6UqY)
To: org.eclipse.jst.ws.jaxws.doc.isv [1.1.0.v201104031551]
Cannot satisfy dependency:
From: JAX-WS Tools SDK 1.2.1.v201301072322-448a90NCHQC9KRWnSadV-_Nlyb19OdKTcLlRBVpX (org.eclipse.jst.ws.jaxws_sdk.feature.feature.group 1.2.1.v201301072322-448a90NCHQC9KRWnSadV-_Nlyb19OdKTcLlRBVpX)
To: org.eclipse.jst.ws.jaxws.doc.isv [1.1.100.v201301072322]
URI used : http://download.eclipse.org/webtools/repository/juno
I am updating WTP on Eclipse to install WAS Liberty Profile, When I tried to install WAS Liberty profile following error occured,
Cannot complete the install because one or more required items could not be found.
Software being installed: WebSphere® Application Server Liberty Profile Tools 8.5.5040.v20141119_2034 (com.ibm.websphere.wdt.server.tools.feature.group 8.5.5040.v20141119_2034)
Missing requirement: com.ibm.wdt.preferences 1.0.1.v20141119_2034 requires 'bundle org.eclipse.wst.web [1.1.700,2.0.0)' but it could not be found
Cannot satisfy dependency:
From: Configuration for WebSphere® Application Server Developer Tools for Eclipse 1.0.1.v20141119_2034 (com.ibm.wdt.preferences.feature.feature.group 1.0.1.v20141119_2034)
To: com.ibm.wdt.preferences [1.0.1.v20141119_2034]
Cannot satisfy dependency:
From: WebSphere® Application Server Liberty Profile Tools 8.5.5040.v20141119_2034 (com.ibm.websphere.wdt.server.tools.feature.group 8.5.5040.v20141119_2034)
To: com.ibm.wdt.preferences.feature.feature.group [1.0.1.v20141119_2034]
Environment Details:
Eclipse version: Juno Service Release 2
Eclipse Build id: 20130225-0426
JDK used: jdk1.6.0_35
You need both the WTP repository and the matching simultaneous release repository, as found at https://wiki.eclipse.org/WTP_FAQ#How_do_I_install_WTP.3F . The simultaneous release repository is the more important of the two most of the time. It actually looks like the Liberty tools you're installing were intended for Kepler, and you can't do an in-place upgrade from Juno to Kepler.

PHP Dev Tools on Eclipse 3.8 Ubuntu - conflicting dependencies

I am trying to install PHP Development Tools in Eclipse 3.8 on Ubuntu. I have had several failed dependencies and I have managed to track them down and install them, notably as regards mylyn. Then when I installed org.eclipse.mylyn.context_feature.feature.group I get errors that are too complex for me to figure out.
Repository: http://download.eclipse.org/releases/luna
Package: PDT 3.4.0.201....
Here is what Eclipse tells me:
Cannot complete the install because of a conflicting dependency.
Software being installed: PHP Development Tools (PDT) 3.4.0.201502171754 (org.eclipse.php.feature.group 3.4.0.201502171754)
Software currently installed: Eclipse Platform 3.7.0.debbuild (org.eclipse.platform.ide 3.7.0.debbuild)
Only one of the following can be installed at once:
Bidirectional Text Support 0.10.0.v20130327-1442 (org.eclipse.equinox.bidi 0.10.0.v20130327-1442)
Bidirectional Text Support 0.9.0.dist (org.eclipse.equinox.bidi 0.9.0.dist)
Cannot satisfy dependency:
From: PHP Development Tools (PDT) 3.4.0.201502171754 (org.eclipse.php.feature.group 3.4.0.201502171754)
To: org.eclipse.php.ui [3.4.0.201502171754]
Cannot satisfy dependency:
From: PDT UI Plug-in 3.4.0.201502171754 (org.eclipse.php.ui 3.4.0.201502171754)
To: bundle org.eclipse.wst.common.frameworks.ui 0.0.0
Cannot satisfy dependency:
From: Eclipse Platform 3.8.1.dist-A8F8_IVRG4VZSCmeloKVfCrtIFotGyJZcMPL9 (org.eclipse.platform.feature.group 3.8.1.dist-A8F8_IVRG4VZSCmeloKVfCrtIFotGyJZcMPL9)
To: org.eclipse.rcp.feature.group [3.8.1.dist-8LA2GODFTJUDJ21934]
Cannot satisfy dependency:
From: Eclipse Platform 3.7.0.debbuild (org.eclipse.platform.ide 3.7.0.debbuild)
To: org.eclipse.platform.feature.group [3.8.1.dist-A8F8_IVRG4VZSCmeloKVfCrtIFotGyJZcMPL9]
Cannot satisfy dependency:
From: Eclipse RCP 3.8.1.dist-8LA2GODFTJUDJ21934 (org.eclipse.rcp.feature.group 3.8.1.dist-8LA2GODFTJUDJ21934)
To: org.eclipse.equinox.bidi [0.9.0.dist]
Cannot satisfy dependency:
From: WTP UI Plug-in 1.2.300.v201401292051 (org.eclipse.wst.common.frameworks.ui 1.2.300.v201401292051)
To: bundle org.eclipse.equinox.bidi [0.10.0,2.0.0)
Cannot satisfy dependency:
From: WTP UI Plug-in 1.2.300.v201401292115 (org.eclipse.wst.common.frameworks.ui 1.2.300.v201401292115)
To: bundle org.eclipse.equinox.bidi [0.10.0,2.0.0)
Any and all help appreciated.
If you want install eclipse pdt 3.4 on older eclipse releases you should use direct sites instead of simulates release update site:
PDT: http://download.eclipse.org/tools/pdt/updates/3.4 or http://download.eclipse.org/tools/pdt/updates/latest
DLTK 5.1.1: http://download.eclipse.org/technology/dltk/updates-dev/5.1.1/
After that you'll be able to install PDT 3.4 on eclipse 3.8
In the end the problem stemmed from trying to install a lot of stuff on an old version of Eclipse. This in turn stemmed from apt-get repositories that were not up-to-date. So when I tried to update my Eclipse I was told it was the latest version and I believed it, until greg-449 straightened me out.
Since I could not use apt-get or Ubuntu software centre (same thing) to install the latest Eclipse I just removed the installation and downloaded and unzipped Luna in a directory somewhere. I recommend this course of action if you are using Eclipse on Ubuntu.

Uninterpretable Eclipse Error when installing m2eclipse

When trying to install the current version of m2eclipse (0.12.1.20110112-1712) I get an error which doesn't really help me:
Cannot complete the install because of a conflicting dependency.
Software being installed: Maven Integration for Eclipse (Required) 0.12.1.20110112-1712 (org.maven.ide.eclipse.feature.feature.group 0.12.1.20110112-1712)
Software currently installed: Eclipse Platform 3.5.2 (Eclipse Platform 3.5.2)
Only one of the following can be installed at once:
Eclipse Jobs Mechanism 3.4.100.v20090429-1800 (org.eclipse.core.jobs 3.4.100.v20090429-1800)
Eclipse Jobs Mechanism 3.5.0.v20100515 (org.eclipse.core.jobs 3.5.0.v20100515)
Eclipse Jobs Mechanism 3.5.1.R36x_v20100824 (org.eclipse.core.jobs 3.5.1.R36x_v20100824)
Cannot satisfy dependency:
From: Eclipse Platform 3.5.2 (Eclipse Platform 3.5.2)
To: org.eclipse.core.jobs [3.4.100.v20090429-1800]
Cannot satisfy dependency:
From: Structured Source Model 1.1.500.v201006020308 (org.eclipse.wst.sse.core 1.1.500.v201006020308)
To: bundle org.eclipse.core.jobs [3.5.0,4.0.0)
Cannot satisfy dependency:
From: Structured Source Model 1.1.502.v201008311901 (org.eclipse.wst.sse.core 1.1.502.v201008311901)
To: bundle org.eclipse.core.jobs [3.5.0,4.0.0)
Cannot satisfy dependency:
From: Maven Integration for Eclipse (Required) 0.12.1.20110112-1712 (org.maven.ide.eclipse.feature.feature.group 0.12.1.20110112-1712)
To: org.eclipse.wst.sse.core 0.0.0
My Eclipse version is 3.5.2 and I'm using it under Ubuntu. Maybe someone has an idea? Googling did only bring up error messages at the Eclipse marketplace without any discussion.
I wouldn't worry about Helios being unsupported on Ubuntu according to presumably Ubuntu. Helios is well supported on pretty much all flavors of Linux by the Eclipse community.
If you do want to try installing m2eclipse into your existing Eclipse 3.5 "Galileo" installation, try unchecking the checkbox that reads something like "consult all available update sites" on the screen where you enter m2eclipse update site URL.
The solution is to install Eclipse 3.6 (Helios), which is not officially supported by Ubuntu 10.04. Now, m2eclipse could be installed without a problem.
This is not the most optimal solution, but at least it works now.