can't run a compiled file
843798Jul 30 2001 — edited Aug 3 2001I have compiled all the java file using javac command , but when i tried run the program using javac command , it thrown a excetion:
Exception in thread "main" java.lang.NoClassDefFoundError:
Why?
Thanks