Results 1 to 5 of 5

Thread: TextPad

Threaded View

  1. #1
    Commander ABE
    Guest

    Arrow

    I'm new to Java and my teacher told me to use TextPad.
    I'm using JDK 1.3 (with Win2K).

    Code:
    Code:
    class Mama { 
    public static void main (String[] arguments) { 
    System.out.println("Hello, World."); 
    } 
    }
    Filename: Mama.java

    Error:
    Exception in thread "main" java.lang.NoClassDefFoundError: Mama



    What to do?



    Attached files:
    Mama.java.PNG - My code.
    Mama.java2.PNG - The compile\run menu.
    Mama.java3.PNG - 'Compile Java' result.
    Mama.java4.PNG - 'Run Java Application' result.
    Attached Files Attached Files

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width