eclipse: adding external JARS

  1. GET APACHE COMMONS JAR: Go to http://hc.apache.org/downloads.cgi, download one of the zip files for the Apache Commons jar (for example 3.1.zip).
  2. GET XERCES JAR: Go to http://archive.apache.org/dist/xml/xerces-j/, scroll down to get the latest binary version (for example Xerces-J-bin.2.9.0.zip ).
  3. ADD THE JARS: Open eclipse, right click on your project, select Properties, click on Add External JARS button, then find the commons jar on your computer,commons-httpclient-3.1.jar, double click on it. Then click on Add External JARS button again, and find the xerces jar on your computer, xercesImpl.jar, and double click on it. Then click the OK button.
« Back to Home