I went back to the beginning with toxmeister's script and uploaded all the libraries. I'm not having any of the previous problems, but now processing is highlighting the hashmap.
I tried this
- HashMap(Long,Tweet) tweets=new HashMap(Long,Tweet)();
and this was the original
- HashMap<Long,Tweet> tweets=new HashMap<Long,Tweet>();
Either way i get this error. I hope uploading the full error helps.
expecting SEMI, found 'tweet'
processing.app.debug.RunnerException: Syntax error, maybe a missing semicolon?
at processing.app.Sketch.preprocess(Unknown Source)
at processing.app.Sketch.preprocess(Unknown Source)
at processing.app.Sketch.build(Unknown Source)
at processing.app.Sketch.build(Unknown Source)
at processing.app.Editor$DefaultRunHandler.run(Unknown Source)
at java.lang.Thread.run(Thread.java:619)