Not able to install VestiGO JPA Query Browser in Eclipse Helios - eclipse

I am using Eclipse Helios for Java EE Apps.
I am facing problems while installing VESTIGO JPA Query Browser while installation. I am getting the error logs like this ...
Cannot complete the install because one or more required items could not be found.
Software being installed: Vestigo Cumulus4j integration 1.0.1 (org.nightlabs.vestigo.cumulus4j.ui.feature.feature.group 1.0.1)
Missing requirement: org.nightlabs.vestigo.ui 1.0.1 (org.nightlabs.vestigo.ui 1.0.1) requires 'package org.osgi.framework [1.7.0,2.0.0)' but it could not be found
Cannot satisfy dependency:
From: Vestigo Cumulus4j integration 1.0.1 (org.nightlabs.vestigo.cumulus4j.ui.feature.feature.group 1.0.1)
To: org.nightlabs.vestigo.ui.feature.feature.group 1.0.1
Cannot satisfy dependency:
From: Vestigo - JDO JPA Query Browser 1.0.1 (org.nightlabs.vestigo.ui.feature.feature.group 1.0.1)
To: org.nightlabs.vestigo.ui [1.0.1]
And here is the snap of the error ..
Can anyone tell me.. How can I fulfill those required dependency for VESTIGO installation.

From the error message of your installation, Vestigo UI requires 'org.osgi.framework' with version '1.7.0' as prerequisite.
I think the 'org.osgi.framework' has been updated to '1.7.0' in Eclipse Juno. You have to update your Helios to Juno firstly or directly download Juno from eclipse.org then install Vestigo upon it.

Related

Failing to install Gradle IDE Pack 3.8.x+1.0.x on Eclipse 2020-06

whenever I try to install the Gradle IDE Pack 3.8.x+1.0.x+2.2.x on my Eclipse I get following error message:
Cannot complete the install because some dependencies are not satisfiable
Software being installed: a.jre.javase 16.0.0
Software currently installed: BOSH Language Server Feature 4.9.0.202012131915 (org.springframework.tooling.bosh.ls.feature.feature.group 4.9.0.202012131915)
Cannot satisfy dependency:
From: Language Server Protocol client for Eclipse IDE (Incubation) 0.13.4.202011121435 (org.eclipse.lsp4e 0.13.4.202011121435)
To: osgi.ee; (&(osgi.ee=JavaSE)(version=11))
Cannot satisfy dependency:
From: BOSH Language Server Feature 4.9.0.202012131915 (org.springframework.tooling.bosh.ls.feature.feature.group 4.9.0.202012131915)
To: org.eclipse.equinox.p2.iu; org.eclipse.lsp4e 0.0.0
I use Eclipse 2020-06 and Java 8. From what I understand I would need minimum Java 11.
Is there a way to overgo that without using Java 11? We have to stick to Java 8 for now.
Thanks for support.
Upgrading to JDK11 didn't solve the issue (alone at least). The BOSCH Language Server from the Spring Tool Plus-In must be uninstalled as well.

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.

Error installing Glassfish tools for Eclipse Kepler

I get this error, how do I fix it?
Cannot complete the install because one or more required items could not be found.
Software being installed: GlassFish Tools 5.3.0.201307081547 (oracle.eclipse.tools.juno.glassfish.feature.group 5.3.0.201307081547)
Missing requirement: GlassFish Tools UI 5.3.0.201307081547 (oracle.eclipse.tools.glassfish.ui 5.3.0.201307081547) requires 'bundle org.eclipse.core.runtime [3.8.0,3.9.0)' but it could not be found
Cannot satisfy dependency:
From: GlassFish Tools 5.3.0.201307081547 (oracle.eclipse.tools.juno.glassfish.feature.group 5.3.0.201307081547)
To: oracle.eclipse.tools.glassfish.ui [5.3.0.201307081547]
Find the GlassFish version which is compatible with kepler and install it. Looks like you are installing juno only compatible GlassFish.

Spring Tool Suit(STS) not being installed in Eclipse Indigo 3.7

I am installing STS in Eclipse Indigo 3.7, using http://dist.springsource.com/release/TOOLS/update/e3.7. I want want to install Core/Spring IDE only.
But I am getting an error:
Cannot complete the install because one or more required items could not be found.
Software being installed: Spring IDE Core (required) 3.2.0.201212062225-CI-B190 (org.springframework.ide.eclipse.feature.feature.group 3.2.0.201212062225-CI-B190)
Missing requirement: Spring IDE Live Beans Graph 3.2.0.201212062225-CI-B190 (org.springframework.ide.eclipse.beans.ui.livegraph 3.2.0.201212062225-CI-B190) requires 'bundle org.eclipse.zest.core [1.0.0,2.0.0)' but it could not be found
Cannot satisfy dependency:
From: Spring IDE Core (required) 3.2.0.201212062225-CI-B190 (org.springframework.ide.eclipse.feature.feature.group 3.2.0.201212062225-CI-B190)
To: org.springframework.ide.eclipse.beans.ui.livegraph [3.2.0.201212062225-CI-B190]
what should I do to install the same?

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.