I'm new to Java and my teacher told me to use TextPad.
I'm using JDK 1.3 (with Win2K).
Code:
Filename: Mama.javaCode:class Mama { public static void main (String[] arguments) { System.out.println("Hello, World."); } }
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.




Reply With Quote