+ 1
What's the reason behind if error: Could not find or load the class
I was making the program for finding the prime nos then after a successful compilations it shows this error. kindly clear
2 Answers
+ 10
Kindly share your code then it will be easy to fix
+ 1
Hi Guru Preet The error message is quite explicit: it can't load a class needed by your code.
It would help a great deal if you could provide more info. such as, the error message in full, and/or the few lines of code where it fails. So at least we could check which class fails to load. :-)