The project I'm working on has about 10 jar files as libraries. At the top of one of the files there's an import statement like:
import jpe.nar.crat.maker.ObjectMakerFactory;
Is there a way to tell which Jar file it comes from?
(I'm using Netbeans if that matters.)
