天天看点

Could not find the main class: Error exist in required project(s);

当运行某个项目,或者某个Java类的时候工具报错如下:

Could not find the main class: Error exist in required project(s);
Could not find the main class: Error exist in required project(s);

错误原因:你当前项目下存在错误,执行的代码与这个错误没关系,

因为你当前要运行的main方法与存在错误的文件在一个项目当中。

但 MyEclipse(或Eclipse)依然会报错。

解决办法:将你要进行测试的类放到别的Project下进行。