so yesterday i made a project in eclipse, and it was working, compiling, i used Eclipse Galileo for jee; now today i open eclipse and see lots of errors saying that stuff is not available and that it is only available if source level is 1.5
views:
415answers:
2
+2
A:
Check whether this works:
- Go to your project's
Properties
- On the Properties dialog choose the
Java Compiler
node in the left tree. - Finally set the
Compiler compliance level
to 1.5 or more. - Rebuild the project.
Suraj Chandran
2009-11-15 06:24:02