错误状态Error main method not found in class
。请将主要方法定义为:
public static void main(String[] args)
.
Eclipse 几天前为我工作,但现在它只给了我这个信息
一个例子是
public class Test {
public static void main(String[] args) {
// TODO Auto-generated method stub
System.out.println("Hello World");
}
}