Twitter 4J stream tweets example
I am trying to use twitter4J to stream tweets as shown on their demo page here:
http://twitter4j.org/en/code-examples.html
The script compiles fine, but when I run it I get the error:
Exception in thread "main" java.lang.IncompatibleClassChangeError: class twitter4j.TwitterOAuthSupportBase has interface twitter4j.Tw开发者_Python百科itterBase as super class
Does anyone know how I can fix this to stream tweets?
精彩评论