Hello, I am new at this java thing... like really, 1 day new.
I have this book called Java 2: A Beginner's Guide (Second Edition).
I got stuck on the second step which tells me to..
use javac to compile Example.java.. I read old posts that were posted here through google but.. it still failed.
Here is what I did:
i changed the cd to C:\java\bin..
javac Example.exe ENTER
java Example ENTER
then an error pops out:
Exception in thread "main" java.lang.NoClassDefFoundError: Example
How do I fix this? Can anyone help me?
Thanks.