I have just installed JDK 1.8 and Eclipse 4.6.0; the old versions worked fine. I was able to convert my old projects to 1.8 just fine. I have problems with new projects. I follow the same steps as with the previous version:
New project → name (and take defaults) → finish
New class → choose source folder as src sub-directory of the project just created → accept default of superclass (Object) or blank it out (doesn't make any difference)-> finish
Error message on package declaration: The type java.lang.Object cannot be resolved
Error message on class declaration: implicit super constructor Object() is undefined for default constructor
Thank's for your assistance.