I've had a recurring problem where I find it's difficult to locate exactly which Axis2 JAR contains some class or another that I'm using. So far, I've just used a brute-force approach to these dependencies: make sure that all Axis2 JARs are in the class path, and things work great.
Surely, there are more refined methods. Given a fully qualified class (for example, org.apache.axis.description.TypeDesc, what's a good way to locate its JAR? Thanks, Nate Roe --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
