Say you're working on a Java project in Eclipse and you're looking at a import
statement like:
import com.somefirm.somepackage.AClass;
and the classpath for the project has a million and one .jars on it.
How do you determine where the import is coming from?