cancel
Showing results for 
Search instead for 
Did you mean: 

How to locate a class within a set of jars

Former Member
0 Kudos

Sorry if I rose a too general question here.

The problem is , I got a compilation error for not-found classes (cause by incomplete libraries in the build path). However, I have hundreds of jars in the library. Is there a possibility to find the jar file containing the missing class automatically? Otherwise, I have to do a intense finger-sport to open all the jar files for manual check

Example:

Search for the missing class "org.apache.commons.logging.Log " among

"

ant.jar

antl.jar

axis.jar

...

commons-logging.jar

"

will return

"commons-logging.jar", since it is the only jar file containting that missing class.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Add the plugin mentioned in this blog

/people/sap.user72/blog/2006/07/24/pimp-up-my-nwds-part-1

Regards

Ayyapparaj