I'm a complete newbie to Java, and I'm stuck trying to use the external jar library in the Java project I'm working on.
The library is Twitter4J ( http://twitter4j.org/ ), a complex group of files that I cannot figure out how to include. I am using Eclipse on Windows. I understood the meaning of the CLASSPATH environment variable (or, I think I did), but I cannot figure out how to associate it with the Eclipse environment.
This blog post seemed to be what I was looking for: http://jasperpeilee.wordpress.com/2012/01/25/how-to-set-up-twitter4j-quickly-in-your-java-project/
But:
Add twitter4j-core-2.2.5.jar into project for general use.
1) Where should I copy the core file? In the /bin/ ? Folder Or in a completely unrelated /lib/ folder, as this question in SO stated?
Copy Twitter API property file into your project/bin directory.
2) What is the Twitter API properties file?
3) How to enable JavaDoc boxes? Is it possible to get them at Elipse?
Any help, even just a link, would be greatly appreciated!
Gianluca
source share