还有其他答案,但没有一个为我提供解决方案。
常见的解决方案似乎是代码不在“src”源文件夹中,并且主方法存在。
我还做了一个项目>干净,我去过Run>运行配置...但在搜索“主”类时没有出现任何内容。
我的代码
package com.TobyMellor.TrainRouteFinder;
public class App {
public static void main(String[] args) {
// testing
}
// other classes
}
答案 0 :(得分:0)
我几天前遇到过这个问题。尝试在主方法声明中将String []更改为String ....为我工作。