Saturday, August 07, 2004

Finding a jar for an import that cannot be resolved

You find yourself with the compilation error The import xxx.yyy.zzz.ABC cannot be resolved where is the jar that contains that class?

A simple way to find it out

use a search utility, search for a text within a *.jar that contains the text xxx/yyy/zzz/ABC you will find your jar ! :)

No comments: