eclipse problem

This line gives me an error in eclipseArrayList<SymBase> list;it says ArrayList is not generic, yet i have my compiler compliance set to 6.0.is it possible my JRE is out of date?if it is how do i fix it?I'm running ubuntuThanks
[283 byte] By [jinxjinxjinxa] at [2007-11-27 3:44:35]
# 1
I don't get an error, but then I'm not using Eclipse. Either a problem with Eclipse, or your configuration of it, or maybe with the statement. Try ArrayList<Integer>list; and see what it doesProbably better asked in the Eclipse mailling list, also.
ChuckBinga at 2007-7-12 8:48:16 > top of Java-index,Java Essentials,New To Java...
# 2
it works for me to.do you have this load at the top of import java.util.*;sandyR
SandyReda at 2007-7-12 8:48:16 > top of Java-index,Java Essentials,New To Java...