This error occurs because the SDK jar file is not added to the application. Steps to fix this issue:
- Go to the properties of the application.
- Select Java BuildPath.
- In Libraries Tab, Press "Add Jar" button and add the SDK_NAME.jar file.
- Now go to "Order and Export" tab and Check/Select the "SDK_NAME.jar" file and press OK.
- Rerun the application now.