tags:

views:

415

answers:

2

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

+2  A: 

Check whether this works:

  1. Go to your project's Properties
  2. On the Properties dialog choose the Java Compiler node in the left tree.
  3. Finally set the Compiler compliance level to 1.5 or more.
  4. Rebuild the project.
Suraj Chandran
+1  A: 

Thanks it worked well..

dazzyrick