开发者

import winterwell.jtwitter.Twitter;

开发者 https://www.devze.com 2023-02-26 16:00 出处:网络
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

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:

  1. create a folder inside the project, like lib
  2. copy the jar file(s) to that folder
  3. 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.

0

精彩评论

暂无评论...
验证码 换一张
取 消