I try to use this
ArrayList<String>
Map<String, String>
Eclipse complain about both of them: Syntax Error, parameterized types are only if source level is 1.5. I use JDK 1.6, but even if I go to compiler and switch the compliance to 1.5. It still give me this error. Any Idea why?