I am making an app that communicates with Twitter to post a tweet. My problem is that when compile my code, I get the error message:
NoClassDefFoundError: tw
I know it's too old but for those like me - the problem was solved by including log4j, slf4j and commons-logging jars in the project since twitter4j core uses them.