Posted By:
Dmitry_Polishchuk
Posted On:
Tuesday, June 26, 2001 06:16 AM
Also, make sure that you're running your programm without .class extension
Say, your class named as shanti.test .
then wrong way to start it would be
java shanti.test.class
and correct one:
java shanti.test
Posted By:
Vidhyasankar_Natarajan
Posted On:
Thursday, May 31, 2001 09:44 PM
Set Classpath properly Shanthi.