“selectiondoesnotcontainamaintype”解决⽅法在运⾏java程序时,出现了错误“selection does not contain a main type”。
是因为.java⽂件不在项⽬的src路径内,也就是说源代码未被eclipse编译,字节码不存在⽆法运⾏了。我在新建java project时勾选了Create separate folders for sources and class files。事实上,不应使⽤默认项,应勾选Use project folder for sources and class files。editordoes not contain a main

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。