Library Finder 1.2.2 (Default branch) |
|
|
Saturday September 8, 2007. 11:34 PM FreshMeat
Library Finder is a utility for finding Java
library files (.jar/.zip) for any class or file
name pattern. It's a troubleshooting tool for
ClassNotFoundException or NoClassDefFoundError. It
also helps in setting up an IntelliJ project or
workspace by identifying libraries used by a set
of Java source files. It can add library files to
an IntelliJ classpath. It supports wildcards and
regular expressions for file name patterns. It can
also be used through a command line interface.
License: The Apache License 2.0
Changes:
This version was compiled for backward
compatibility (with Java 1.4 versions).
|