Library Finder 1.3.0 (Default branch) |
|
|
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:
A settings dialog was added to modify values like
the excluded folders, the script to open a
containing folder, and to clear off search
histories.
|