Are there any plugins/tools available to go through the classpath of an eclipse project (or workspace) and highlight any unused jars?
|
|
ClassPathHelper is a good start. It automatically identifies orphan jars any much more. The only limit are dependencies that are not defined in classes, e.g. in dependency injection framework configuration files. You have also other options/complements, such as:
|
|||
|
|
|
You can use one of this plugins: UCDetector or Classpath Helper |
||
|
