How to find jars not used in the project ??

2008-05-22 Thread A. Lotfi
Hi, We have a big struts project, under WEB-INF\lib we have lot of jar files, lot of them are not used in the code, we are using netbeans5.5, is there any utility to tell you which are the jar files not used in your source code. Thanks, your help is appreciated.

Re: How to find jars not used in the project ??

2008-05-22 Thread Dustin S.
This should help you out: http://www.javalobby.org/java/forums/t100842.html?start=0 On Thu, May 22, 2008 at 2:15 PM, A. Lotfi [EMAIL PROTECTED] wrote: Hi, We have a big struts project, under WEB-INF\lib we have lot of jar files, lot of them are not used in the code, we are using