If an exception occurs due to a missing jar file, then is there any way to back track and find out the missing jar file?
Suppose the following exception:
java.lang.NoClassDefFoundError: org/apache/commons/httpclient/HttpMethod
which is caused by missing commons-httpclient-3.0.1.jar file.