I try to use the following code:
ArrayList Map
Eclipse complains about both of them: Syntax Error, para
This works for me .
In eclipse go to project properties -> java compiler.
Then change to java higher than 1.5 .
change Compiler compliance settings to 1.6 change Generated.class files compatibility to 1.6 change Source compatibility to 1.6
Thanks.