How do I install the MercurialEclipse plugin?

I am new to java and am installing plugins.

I found a link to a plugin that I would like to install (it's called MercurialEclipse), but what a mess it seems to be too complicated. I need a simple guide. Could you help me?

+3


source to share


2 answers


Installing plugins in Eclipse it's easy to put the plugin jar file in the dropins folder of your eclipse installation, but in your case to install the HG plugin you can use the update manager, put the update site: http://cbes.javaforge.com/update in your eclipse update manager.

Go to: Help ---> Install New Software ... ---> Add then you can add an update site like this:



Update

After that you have added the update site, you can install it by selecting it and the step by step installation wizard ...

+10


source


I installed Eclipse as part of my Debian resilient installation (using the .deb client and my favorit APT only). This worked well for me.



So, if you are running Eclipse on some suitable Linux distribution, you can check its Eclipse packages. For example, the stable version of Debian (wheezy) provides a package called "eclipse-mercurialeclipse".

0


source







All Articles