Hello,
I am using Netbeans
IDE 3.6 for my
test codings, and sometimes I try compiling in the ms-dos command line.
My problem is I did compile my code, but I couldn't run it when I wrote
java test1.
It gives me NoClassDefFoundError although I succesfully applied the classpath configurations before. It was working before, but I couldn't understand what is wrong now.
The test1.java, and test1.class is in a seperate folder called test_arrays. May be this is the only difference but I couldn't run it.
Thanks a lot.
Ugur