|
Thnx. It finally worked. But now I have another problem.
When I want to start the program using the (java) command, it doesn't work. I get this: (Exeption in thread "main" java.lang.NoClassDefFoundError: command).
I think what that basically means is that there isn't a class file in the folder which there is after compiling a program.
So, what should I do? Does it have to do with the path again?
|