Hi All,
I've just started using java and created a "HelloDate" program which works 100%. After that I created a "HelloWorld" program which didn't work because I had made a mistake in the code. I then rectified the mistake, deleted the class and then recompiled the "HelloWorld" program and it created a new class BUT when I run it I get the same error that I got when I initially created the program. The error I'm getting is "Exception in thread "main" java.lang.NoClassDefFoundError: HelloWorld/java
:confused:
Thanking you in advance
Randall