My program was running successfully previously.
Few days ago I observed that program does not run at
all on Dos Prompt even if it compile successfully
coammand c:jdk1.2\bin> java <filename>
The program is in the directory c:\jdk1.2\bin itself.
So, there is no chance of path problem
These programs are running on other computer
But in my computer the message appeared
NoClassDefFound
I have set all the path necessary. But even this
they are not running
Perhaps Java could not locate my compiled file
(program)