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

后端 未结 23 3488
心在旅途
心在旅途 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:50

    I had this proplem I used maven. I just click maven projects ant then name

    project-> plugins -> clean -> and button run.

提交回复
热议问题