Exception in thread "main" java.lang.NoClassDefFoundError: Example
Hi, im still cannot figure this out....Whats wrong with the RUNNING command or maybe the path.I can do compile the program which is called Example.java
But then after key the command "C:\>java Example" the following message come out :
Exception in thread "main" java.lang.NoClassDefFoundError: Example
What is going on here?What should I check about that?The code is exactly like what it is in the book

