I made imported a project to eclipse and I have a lot of errors in every class name even classes like String ...
the error in the classes I made is Implicit super constructor Object() is undefined for default constructor. Must define an explicit constructor
and inside the methods <Class> cannot be resolved to a type
even to IOException I am getting IOException cannot be resolved to a type
so what should I do ? I tried to build , clean again with no use
UPDATE : also I am getting Description
Plugin execution not covered by lifecycle configuration: org.apache.maven.plugins:maven-resources-plugin:2.4.3:resources (execution: default-resources, phase: process-resources) pom.xml /test line 6 Maven Project Build Lifecycle Mapping Problem