In my case, I needed to know which jar file was providing the Hex class.
System.out.println(Hex.class.getProtectionDomain().
getCodeSource().getLocation().toString());
getCodeSource().getLocation().toString());
It turns out that it's in axis2.jar :)
Technosmatter is a blog about technologies that matter to me. Technosmatter is also a play on words. Technos Matter and Techno Smatter. Smatter meaning to play around with, dabble in, or to speak unintelligently, which may sometimes apply.