Main method not found even if I've declared it

后端 未结 7 1755
感动是毒
感动是毒 2020-11-27 07:31

I want to create a simple java class, with a main method, but when I compile my code, I get this error message :

Error: Main method not found in class

7条回答
  •  感情败类
    2020-11-27 07:58

    I had this issue just now. This error came up because the JRE file that i switched out didn't had the full library. After I corrected/added the right JRE system library the problem went away.

提交回复
热议问题