How to find a duplicate class on the class path?

Viewed 7424

How do I find a duplicate class on the class path?

Background:

I suspect to have a duplicate class (javax.mail.Session). I found one jar with this class, but I have no idea where the second jar containing the same class is.

I am using Eclipse.

3 Answers
Related