鼠标放在红点处可以看到具体是什么原因的哦,你这样截图看不到什么问题,没法解决的
我以前遇到过这种问题,你看看是不是哪个static main出了问题,正常是:
public class ...{ public static void main(String args[]){ ... } }