I'm having some trouble with Java. I can't get the first example code in a book I have to run. It compiles fine using javac on the command line, but when I run it (again on the command line), I get:
I did some googling and found that this happens because of Classpath problems, but I have no idea what that means or how to fix it...if anyone could help me that would be great.
Thanks.
Code:
java.lang.NoClassDefFoundError
I did some googling and found that this happens because of Classpath problems, but I have no idea what that means or how to fix it...if anyone could help me that would be great.
Thanks.