So today I downloaded Apache Commons Lang library (binary, zip format). I extracted it to C:\eclipse\commons-lang-2.5
folder. There are a commons-lang-2.5.jar
, a commons-lang-2.5-javadoc.jar
, and a commons-lang-2.5-sources.jar
inside, and a folder for HTML Javadoc. I started Eclipse, added commons-lang-2.5.jar
, and set its source and Javadoc respectively as the screenshot below. (http://img43.imageshack.us/img43/9378/eclipsev.png)
My question is, is there a convenient or standard way to add external libraries? Or am I actually doing the right thing?