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
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.