资 源 简 介
JarWiz - short for Jar Wizard - helps you find jars containing imports in your java files.
Sometimes you find a huge number of jar archives on a your classpath and don"t know which ones are really in use by your java src files. This is a perfect job for JarWiz: It"s a cmd-line tool which does 3 things:
1. it scans a path recursively for java src files and extracts all import statements.
1. It finds all jar archives on a given path and extracts all contained java classes.
1. The last job is to determine which jar archives provide classes imported in the java files scanned previously.
There is Eclipse metadata available in the trunk - so you can directly checkout this project into eclipse.
precompiled binaries can be found here...
public testing is very much appreciated - please feel free to log any issues that may arise.
Thank you,
volker