android - Eclipse - Cannot complete the install because one or more required items could not be found (org.apache.httpcomponents.httpclient) -


i trying install eclipse git team provider , jgit in version of eclipse adt via help > install new software > "egit - http://download.eclipse.org/egit/updates" installation fails error...

cannot complete install because 1 or more required items not found. software being installed: java implementation of git - optional http support using apache httpclient 3.3.1.201403241930-r (org.eclipse.jgit.http.apache.feature.group 3.3.1.201403241930-r)
missing requirement: apache httpcomponents httpclient osgi bundle 4.1.3.v201209201135 (org.apache.httpcomponents.httpclient 4.1.3.v201209201135) requires 'package org.apache.commons.codec.binary 1.4.0' not found cannot satisfy dependency: from: java implementation of git - optional http support using apache httpclient 3.3.1.201403241930-r (org.eclipse.jgit.http.apache.feature.group 3.3.1.201403241930-r) to: org.apache.httpcomponents.httpclient [4.1.3.v201209201135]

it's saying need install either org.apache.httpcomponents.httpclient 4.1.3.v201209201135 or package org.apache.commons.codec.binary 1.4.0 (although, i'm not clear 1 missing, or whether both missing?)...

how add it/them eclipse?

i can find lots of info on how add jars library of individual project, that's not need think (correct me if i'm wrong) need add them eclipse via help > install new software.

and have seen lots of people post similar problems other dependencies, have not found answer explains how add particular software.

i'm new eclipse, appreciated.

i have found solution problem, @ least on installation of eclipse.

what did name of missing package , googled it.

  1. download package here: http://commons.apache.org/proper/commons-codec/download_codec.cgi selecting package under "binaries" section

  2. unzip file , extract "commons-codec-1.9.jar"

  3. copy jar file eclipse installation directory "eclipse\plugins"

  4. rename name of missing package. (in case "org.apache.commons.codec.binary_1.4.0.jar")

  5. now repeat steps install egit , should work.

obviously there many things different installation, using eclipse version 4.2.0

i hope helps.


Comments

Popular posts from this blog

windows - Single EXE to Install Python Standalone Executable for Easy Distribution -

c# - Access objects in UserControl from MainWindow in WPF -

javascript - How to name a jQuery function to make a browser's back button work? -