Launch Error:Editor does not contain a main type
运行时出现这样的错误

原因:

       代码所在包没有被添加到build path中,在bulid path配置管理下,才可以成功运行。

解决方案:

       点击代码所在的项目,找到Build Path-->Use as Source Folder

Editor does not contain a main type解决方案

         

相关文章: