[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools.jdt] Error: "The type ArrayList is not generic"

I am creating a plug-in project within Eclipse workbench that includes java files that use ArrayList where ArrayList's parametrized type is explicitly defined. Example: ArrayList<Class_Info>. Even though I have the latest Java version (jre1.5.0_04) set as a project property java build path library within Eclipse, Eclipse is giving me an error: "The type ArrayList is not generic". Any suggestion are greatly appreciated.