Go to Run -> Run Configurations..
Make sure u have written name of Main class and Project in their respective places on right side of box..Main class option just requires name of the class containing main function and project option requires name of ur project..(take care of lower n upper cases)..
;)
Now..
If at the top of box if u can see the error
" [JRE]: JRE not compatible with project .class file compatibility: 1.7 "
then u r lucky as it can be rectified.. it is thr becoz ur Compiler Compliance level is set to the version of JAVA which is not there in ur computer or not included in Eclipse..in this case '1.7'
so u just need to set it to low level (1.6, if it is already set to 1.7)..to do that,just follow d followin path..
Project-> Properties
Click on Java compiler option in the left column n set ur desired Compiliance level shown on the right side then press ok and yes to the pop up and run it from the toolbar with ur fingers crossed...
hope it helps :)