eclipse中Editors does not contain a main type 图解处理方法

时间:2023-01-21 09:05:56

刚刚突然出现了这个错误“Editors does not contain a main type 

就搜索各大网站寻找解决方案,但是网上的问题并不能真正的使我解决这个问题,所以就不断的尝试,最后得出了处理方法。

原因就是是因为.java文件不在项目的src路径内,也就是说源代码未被eclipse编译,字节码不存在无法运行了。

但是根据网络上的答案不太好解决这一问题,来说说我的处理方法。

又总结出一个方法二

方法一

正常的右键new-->java project

单击红色方框       Configure default..

eclipse中Editors does not contain a main type 图解处理方法

eclipse中Editors does not contain a main type 图解处理方法


eclipse中Editors does not contain a main type 图解处理方法
选择project,再点OK eclipse中Editors does not contain a main type 图解处理方法
eclipse中Editors does not contain a main type 图解处理方法之后右键新建的项目 new-->class eclipse中Editors does not contain a main type 图解处理方法在新建的dsa.java写代码你的程序就可以正常运行了! 方法2 右键包内  . JAVA 文件 Run As 内 最下面的 Run Configurations...  eclipse中Editors does not contain a main type 图解处理方法
之后问题就完美解决了、

如果解决了你的方案,给个评论给予支持,谢谢!