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 and much more.
The only limitation is with dependencies that are not defined in classes, e.g. in dependency injection framework configuration files.
You also have other options/complements, such as: