Re: Complier not recognizing

2006-11-06 Thread gp
My eclipse seems to support compiler compliance levels 1.3 and 1.4 only Seems I have downloaded an old version of eclipse thanks a lot Stephen Souness wrote: > > Sounds more like eclipse is not set up to allow use of Java 5 (your > examples are the new for loop and generics). > > Change your

Re: Complier not recognizing

2006-11-06 Thread Stephen Souness
Sounds more like eclipse is not set up to allow use of Java 5 (your examples are the new for loop and generics). Change your "Java Compiler" settings for Compiler Compliance level for the project or workspace. -- Stephen gp wrote: My Eclipse is not recognixing formats like the for loop str