当前位置: 代码迷 >> 综合 >> eclipse maven editor does not contain a main type
  详细解决方案

eclipse maven editor does not contain a main type

热度:81   发布时间:2023-09-20 10:12:31.0

ecllipse中maven工程执行main方法报错editor does not contain a main type的方法,之前帮别人看这个错误,最后是main方法的类放错了包,放到了resources包下面

  相关解决方案