import winterwell.jtwitter.Twitter;
i am doing an exercise from Orielly book, and they used that Twitter package that my api doesnt have.. where do i get that package from 开发者_JAVA技巧to set it inside my project?
jtwitter
(BTW - first link if you ask google about jtwitter...)
easiest way to use it in an eclipse project:
- create a folder inside the project, like
lib
- copy the jar file(s) to that folder
- right-click on the jar file in that folder and do a "add to build path"
All three steps have to be done on the package explorer.
精彩评论