I'm using the twitter4j 2.1.11 jar, but Eclipse doesn't seem to be able to find classes within it. I added the jar as a referenced library, but get Twitter cannot be resolved to a type when trying to use it. I can add imports like import twitter4j.* but not import twitter4j.Twitter.

I can tell the class is available as it is present when I open the jar in an archive viewer. How can I get Eclipse to behave?

link|improve this question

feedback

1 Answer

up vote 5 down vote accepted

The problem I was having was that I was importing the wrong archive, specifically the sources archive rather than the one found in /lib of the twitter4j download.

link|improve this answer
I had forgotten about this question. I'd like to think SO isn't purely about rep gain though. – Ross May 5 '11 at 14:30
Rep is the currency :) – Sonny May 6 '11 at 12:38
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.