exception in thread 'main' java.lang.NoClassDefFoundError:

后端 未结 23 3575
心在旅途
心在旅途 2020-11-28 06:27

The following program is throwing error:

public class HelloWorld {
    public static void main(String args[]) {
        System.out.println(\"Hello World!\");         


        
23条回答
  •  没有蜡笔的小新
    2020-11-28 06:27

    Easy & Simple solution: I solved this problem (NetBeans) by exporting the original project into zip file, deleting the original project directory and importing the project back from the zip file.

提交回复
热议问题