ClassNotFoundException is a common exception faced when JAR file containing required class if missing from classpath. In such an scenario it sometimes becomes headache as required JAR and its location mayn't be known. It makes it difficult to resolve such issues.
One of the online tools that can help you find required JAR is
Jar Directory.
Also, it can help resolve NoClassDefFoundError.