i just a momment ago try to learn java, and on my fisrt hello world program i got an error message:
Exception in thread "main" java.lang.NoClassDefFoundError: HelloWorldApp
what can i do to fix it?can anyone help me to fix it?thanx:)
Printable View
i just a momment ago try to learn java, and on my fisrt hello world program i got an error message:
Exception in thread "main" java.lang.NoClassDefFoundError: HelloWorldApp
what can i do to fix it?can anyone help me to fix it?thanx:)
The problem is that the class that is not in the directory that you are invocking the program
Please check the present of HelloWorld.class and make sure that there is main function there
public static void main(String args[])
{
...
}
I hope that will help you
ExFreelance-Project Bidding System