Eclipse error “Could not find or load main class”

后端 未结 26 1472
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-12-07 01:31

I know there are many duplicates of this question, but I have looked at them all, and none of them have solved the issue.

I am trying to run a class that has a main

26条回答
  •  粉色の甜心
    2020-12-07 01:35

    Follow these steps :

    1)Delete your current run configuration. 2)Go to the main class and run it by right clicking the mouse-->Run As-->Java Application.

    Then you will see an auto generated new run configuration.

提交回复
热议问题