Exception in thread "main" java.lang.NoSuchMethodException: xxx.main([Ljava.lang.String;)

在使用IntelliJ IDEA创建的HelloWorld项目,运行项目时,输出如下错误信息:

Exception in thread "main" java.lang.NoSuchMethodException: HelloWorld.HelloWorld.HelloWorld.main([Ljava.lang.String;)
at java.lang.Class.getMethod(Class.java:1778)
at com.intellij.rt.execution.application.AppMain.main(AppMain.java:125)

如下图:


其实这个错误与 IntelliJ IDEA:xxx is not acceptable 是一样的,只是显示的位置与形式内容不同,都是因为 main 方法存在的问题导致的,所以解决方法参考  IntelliJ IDEA:xxx is not acceptable 就可以了。

===========文档信息============ 
版权声明:非商用自由转载-保持署名-注明出处 
署名(BY) :testcs_dn(微wx笑) 
文章出处:[无知人生,记录点滴](http://blog.csdn.net/testcs_dn)

你可能感兴趣的:(java,jdk,helloworld,idea,idea,intellij)