many a times we face "ClassNotFoundException" or "NoClassDefFoundError" and then we wonder what the hell is going on... not able to figure out what went wrong... some times we even see that even though class file or jar was exist in classpath, classloader unable to find it...
first try to understand that "ClassNotFoundException" is thrown when specified class was not found in classpath by
first try to understand that "ClassNotFoundException" is thrown when specified class was not found in classpath by