Could not find or load main class in Eclipse

让人想犯罪 __ 提交于 2021-01-29 05:33:15

问题


I created a new java project in eclipse. This is the first time I am using it.
After creating java files. I tried running a java file by right clicking->Run As-> Java Application
It showed the error :

Error: Could not find or load main class ISBN
Caused by: java.lang.ClassNotFoundException: ISBN

What could be the reason for this error? How do I fix it?

来源:https://stackoverflow.com/questions/65881449/could-not-find-or-load-main-class-in-eclipse

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!