How do I add a library in Eclipse?
Posted
by jul
on Stack Overflow
See other posts from Stack Overflow
or by jul
Published on 2010-05-03T15:32:02Z
Indexed on
2010/05/03
15:38 UTC
Read the original article
Hit count: 287
hi,
I downloaded the Gson library from http://code.google.com/p/google-gson/. The archive contains the following jar files:
google-gson-1.3/gson-1.3-javadoc.jar
google-gson-1.3/gson-1.3.jar
google-gson-1.3/gson-1.3-sources.jar
How do I set my Eclipse to be able to use the package in my projects? Where do I put the documentation?
Thanks
jul
© Stack Overflow or respective owner