0

I have created simple java project. and written simple helloWorld program.

package com.test.process;

public class HelloWorld {

public static void main(String[] args) {
    System.out.println("hello world");
  }
}

in console, I am getting error

Error: Could not find or load main class com.test.process.HelloWorld
Caused by: java.lang.ClassNotFoundException: com.test.process.HelloWorld

I do not understand why its giving such error. please help me

user3629
  • 57
  • 8

0 Answers0