Page 1 of 1

Plz Help

Posted: Sun Sep 03, 2006 4:14 am
by anow2
Edit : Fixed, got a new problem tho


Exception in thread "main" java.lang.NoClassDefFoundError: Helloworld

i got this and i know its not something wrong in the script, could u help 0,o?

Posted: Mon Sep 04, 2006 1:40 pm
by talleyrand
Compare the name of the file to the class defined. It must match exactly on syntax.

Thus, your class name in the file is Helloworld. The file on disk must be named Helloworld.java or it will fail compilation with the error message you received.