问题
Possible Duplicate:
Adding a library/JAR to an Eclipse Android project
I found an interesting project to me, Wanted to use his library but I can not add to my library, as in the example

I do it in eclipse
I can not add. Jar in my library

回答1:
Right click your project, select Build Path
-> Configure Build Path...
. On the Libraries
tab you can add the library.
If the JAR is contained in a project folder select Add JARs...
. If you want to add it from the file system select Add External JARs
.
回答2:
Right click on project Build path is displayed, take mouse over build path other option is displayed then click on configure build path
A new windows open check libraries is displayed at top navigation
Click on the libraries
Click on add External jar button

Add the file from the system.
回答3:
As Piotr said, I didn't understand the problem. However, here is how you can add a jar file in eclipse.
Right-click on your project Build path -> Configure Build Path...
Select Library tab There you can see on the right-hand side, Add
JARs... or Add External JARs...
Select what do you want.
回答4:
Copy the jars and paste them into your lib directory for web applications
lib location :
YourProject
--WebContent
---WEB-INF
---lib
来源:https://stackoverflow.com/questions/13564208/how-to-add-jar-in-my-project