error installing mercurial plugin for eclipse - eclipse

I am trying to install the picasa web android sample in Eclipse so I am
following all the steps, until I get to the step where I have to install
the Mercurial plugin for Eclipse.
So in eclipse I try to add the plugin from http://cbes.javaforge.com/update
as stated on the hg site but then I get the following error and eclipse cannot
complete the install because of the following dependency:
Cannot complete the install because some dependencies are not satisfiable
com.intland.hgbinary.win32.feature.group [1.9.3.v201110131844] cannot be installed in this environment because its filter is not applicable.
How do I fix this?

Are you trying to install it in Linux? If so you need to deselect the Windows mercurial binaries from the install screen.

Related

Unable to install Sonarlint on Eclipse

I am trying to install Sonarlint on Eclipse. I am getting the below error:
No repository found at https://eclipse-uc.sonarlint.org.
Please help.
Assuming you're trying to install it on a relatively recent version of Eclipse (latest is 2020-09), you should just be able to open the Marketplace Client ("Help"->"Eclipse MarketPlace...") and enter "sonarlint" in the filter field, and install the "SonarLint" plugin that it finds.

GWT Plugin for eclipse 3.7(helios). i am getting error

After selecting google plugin for eclipse and SDK and proceeding next . I am getting error
Cannot complete the install because one or more required items could not be found.
Software being installed: Google Plugin for Eclipse 3.7 3.2.4.v201306061638-rel-r37
(com.google.gdt.eclipse.suite.e37.feature.feature.group 3.2.4.v201306061638-rel-r37)
Missing requirement: Google Plugin for Eclipse 3.7 3.2.4.v201306061638-rel-r37
(com.google.gdt.eclipse.suite.e37.feature.feature.group 3.2.4.v201306061638-rel-r37)
requires 'org.eclipse.wst.css.core 0.0.0' but it could not be found
Are you installing plugins using the eclipse marketplace? If you're installing plugins by manually entering repositories make sure they have a plugin that's compatible with your version of eclipse.
As Glenn noted, you need to be very careful with versions here.
It is best to install any ecplise pulgin using an update site. For Eclipse 3.7, you would use http://dl.google.com/eclipse/plugin/3.7 for the GWT update site.
If you were to do a manual install, then make sure to download the correct archive, in your case 3.7, listed here: https://developers.google.com/eclipse/docs/install-from-zip
If the installation is giving you trouble, try restarting Eclipse and run it as administrator. This could be the case if Eclipse is installed in a shared or system directory (e.g. "Program Files").
If you have selected the Android development kit part of the GPE then you need to separately install the Android SDK. But you don't need that if you are only doing GWT development. Just uncheck that.

Cannot install subclipse on eclipse helios

When I try to install Subclipse (latest version) on Eclipse Helios v3.6.2, I got the following error message:
Cannot complete the install because one or more required items could not be found.
Software currently installed: Shared profile 1.0.0.1305107493878 (SharedProfile_SDKProfile 1.0.0.1305107493878) Missing requirement: Shared profile 1.0.0.1305107493878 (SharedProfile_SDKProfile 1.0.0.1305107493878) requires 'toolingorg.eclipse.equinox.launcher.win32.win32.x86_64 [1.1.2.R36x_v20101222]' but it could not be found
Should I install equinox sdk?
I searched on the web on how to install equinox but did not found any tutorial. I found a Euinox p2 installer application but it did not worked (error message : internal error).
Thanks.
It seems like something is wrong with your Eclipse install. I would guess there will be other plugins you cannot install. I would try a clean install or a clean workspace and see if that makes a difference. It seems like some basic core Eclipse pieces are missing from the install or the configuration is somehow corrupt.

subclipse: Unable to load default SVN Client

I am constantly getting this error when working with eclispe and the subclipse plugin:
Unable to load default SVN Client
I have already installed both the SVNKit and the JavaHL provider, but it can't be found in the preferences:
I am using eclipse for win64bit
I had this problem after installing the latest eclipse and installing subclipse from the marketplace. To resolve you can follow these steps:
Click Help >> Install New Software...
Set Work with: Subclipse 1.10.x Update Site - http://subclipse.tigris.org/update_1.10.x
Ensure Hide items that are already installed is checked.
Click Select All.
Click Next.
Complete the remainder of the installation as usual.
For ubuntu 12.04 amd64
sudo apt-get install libsvn-java
add this to eclipse.ini after -vmargs:
-vmargs
-Djava.library.path=/usr/lib/jni:/usr/lib/x86_64-linux-gnu/jni
...
What JavaHL provider have you installed? It sounds like you need 64 bit JavaHL support. Have you tried SlikSVN?
I solved this with easiest way:
sudo apt-get install libsvn-java
sudo cp /usr/lib/jni/* /usr/lib
Faced the same problem after installed subclipse 1.8 from eclipse marketplace and resolved thru following steps:
1. Install subversion client (required)
2. Install Subversion JavaHL Native Library Adapter (required)
And it works now.
P/S: Eclipse Indigo
I don't know about JavaHL but to make the SVNKit appear on the list of SVN interfaces, you need to install the "SVN Client Adapter" and the "SVNKit Adapter" as well.
You can find those on the update site of Subclipse (*http://subclipse.tigris.org/update_1.8.x*).
I have a similar problem with Subclipse 1.8. Due to licenses limitations, SVN client aren't bundled with SVN any more. So I find the message "Unable to load default SVN Client".
My solutions is to install SVN client. It can't be easier. Go to Eclispe Marketplace, type Subclipse and click to install Subclipse again, select all options. When restarting Eclipse, it will prompt us to install an SVN client, choose SVNKit or JavaHL (I choose JavaHL). After restarting one more time, it all works.
In fedora 16 on x64 i meet also, i solved by downloading subversion 1.7 from here and installing:
yum install subversion-javahl-1.7.1-1.fc16.x86_64.rpm subversion-libs-1.7.1-1.fc16.x86_64.rpm subversion-1.7.1-1.fc16.x86_64.rpm
Install SVN on Eclipse Juno using the update site at http://subclipse.tigris.org/update_1.8.x
Go to Help -> Install new software, then Add update site.
Zend Studio 9 if you upgrade/update to 9.0.3 you will get this error as well. You need to uninstall all subEclipse and JavaHL stuff then follow the install procedures again and restart Zend studio.
Build 20120625 in Zend Version 9.0.3
If you are using the Subversive plugin (which is newer than the Subclipse one, and the two are easily confused with one another), you might run into problems finding the library even after configuring the library path in eclipse.ini. To fix the entire problem, you might need to add this setting to the file as well:
-Dsubversion.native.library=C:/SlikSVN_JavaHL/libsvnjavahl-1.dll
Read http://www.eclipse.org/subversive/installation-instructions.php for more help, it's a good-quality explanation of everything.
I had same problem with Spring STS 3.5.1 and Sub eclipse version 1.6. Upgraded to version 1.10 of subeclipse and everything is working fine.
The above problem arises with custom eclipse installation and due to updated version of subclipse.
You have to install the older version of subclipse manually.
For this i have done as following:
Under Help menu click "Install New Software..."
Select "http://subclipse.tigris.org/update_1.6.x" from the drop down menu
If URL of any other advanced version of are available change it to look as above.
Check the options selected are sensible e.g. "Hide items that are already installed"
Click "Select All"
Click Next/Finish through to completion.
After finishing the installation,under windows menu go to preferences,click on Team and on SVN.
Now change the client from Java HL to SVN pure kit.
That's it.
This resolved problem for me
Eclipse Java EE IDE for Web Developers.
Version: Oxygen.3a Release (4.7.3a)
Build id: 20180405-1200
I solved this problem as follows
1) Install Subversive - SVN Team Provider 4.0.5 from marketplace
2) Team -> SVN -> SVN Connectors and set SVNKit 1.8.14
3) Restart eclipse
All works well

Can't install Eclipse Valgrind plugin

I'm trying to install Valgrind (0.4.0) plugin in Eclipse from technology.linuxtools Update Site (http://download.eclipse.org/technology/linuxtools/update) but I get the following error:
Cannot complete the request. See the
details. Cannot find a solution
satisfying the following requirements
org.eclipse.swt [3.4.1.v3449c].
According to "About plugins", my Eclipse has version 3.4.2 installed.
Any help would be much appreciated.
Thanks
It's seems that your Eclipse installation is missing SWT Tools.
So before to install Valgrind, start by installing SWT using this update site:
http://www.eclipse.org/swt/updates/3.5
Restart Eclipse after the installation process and try to install Valgrind again.