Library Finder 1.2.1 (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:
Minor bug fixes and enhancements (Issue IDs 3, 4, and 5)
|