Error correction..code not running

can you please tell how to relsove the error in this code… and exactly is the error here ??

The error occurs because of you add your jar library files to MODULEPATH instead of CLASSPATH. You have to add jar files to your CLASSPATH. If you already add jar files to MODLEPATH you have to remove from there and add jar files to CLASSPATH, there is the steps:

1] Right click on your project name in ECLIPSE IDE

2] Click on PROPERTIES -> JAVA BUILD PATH -> click LIBRARY tab .The you get the window like this:

3] Expand MODULEPATH and select all jar files and remove it :look the picture below:

4] After that click on CLASSPATH ->and click the button ‘ADDJAR’ and select the jar files ,your are done. Look the picture below for clarification;

5] After adding jars files in CLASSPATH it looks like this: