Could not find or load main class

后端 未结 16 1189
隐瞒了意图╮
隐瞒了意图╮ 2020-11-27 20:27

I have Windows 7, installed jdk1.7.0 and its supporting jre7.
My problem is compilation part works perfectly, but while running the Java program I get this error saying:

16条回答
  •  挽巷
    挽巷 (楼主)
    2020-11-27 20:55

    If you have a single .java file to compile using command-line , then remove topmost package parts from the code, the compile again, it will work.

    This worked for me.

提交回复
热议问题