将 Maven Project 导入 Eclipse 并修复错误
我做了一个导入项目来日食,我在每个类名中都有很多错误,甚至像String这样的类......
我做的类中的错误是Implicit super constructor Object() is undefined for default constructor. Must define an explicit constructor
在方法内部,甚至到IOException,我正在得到<Class> cannot be resolved to a type
IOException cannot be resolved to a type
那我该怎么办?我试图建立,再次清洁,没有用
更新:我也得到了描述
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