I was executing a simple core java application using JDK1.5
I wrote code and complied using javac it gave some errors that i fixed and at last it got complied successfully But when i tried to exeute it using java it gave me an error message
Error in thread main.NoSuchMethodFound error:main
Ok now i wanna know why i got this error message , i tried to place the java file in Bin folder and eecute it from there but it didnt worked out.
Can anybody explain me waht to do in such case and how to egt rid of this problem