As always the NoClassDefFoundError is caused due to classpath problems or missing jar files.
Follow these steps to solve this problem.
- Download the XXX.jar file
- Add the XXX.jar file to your 'lib' folder in your project if you are using an IDE like netbeans or add it to your classpth if you are doing it manually
- Rebuild your project and run.