View Single Post
Old 11-19-2008, 07:34 PM   PM User | #1
Jearb
New Coder

 
Join Date: Jun 2008
Posts: 47
Thanks: 7
Thanked 0 Times in 0 Posts
Jearb is an unknown quantity at this point
AAAH! Angry face! Hello World not working!

AAH! I compiled my "Hello Wrold" app, and ran it, and it threw this error:

Exception in thread "main" java.lang.NoClassDefFoundError: HELLOWROLD/java

Here's my code:

Code:
public class HelloWorld {
    public static void main(String[] args) {
        System.out.println("Hello, world!");
    }
}
Is there anything I'm doing wrong? Or is my Terminal just being an idiot?
Jearb is offline   Reply With Quote