reset password
Author Message
vevee_02
Posts: 8
Posted 11:47 Oct 29, 2019 |

Prof Keenan, why would this error come up even though i have a main? -> could not find or load main class

kknaur
Posts: 540
Posted 14:30 Oct 29, 2019 |

This could be if your main method header is mistyped, or for some reason your main class was not being compiled.  Make sure you have a main method in your project and that your project does not have any compile errors.