BSD
Library Finder
Products:
IntelliJ IDEA,
Android Studio
Vendor:
Siddique Hameed
Email:
Website:
https://github.com/siddii/libraryfinder
SourceCode: Library_Finder_51.zip
Bugtracker page
Description:
Library Finder helps to find library files (.jar/.zip) for any class/file name pattern. It's a utility tool for managing library dependencies and it's a troubleshooting tool for
ClassNotFoundException or
NoClassDefFoundError. It can also help setting up IntelliJ project/workspace by identifying libraries used by java files.
Features
- Add library files to IntelliJ classpath(module/project/global) from search results
- Support wildcard (*,?) file name patterns and regular expressions, hence, allowing to search for any file/resource types (.properties,.dtd,.tld,.xml, etc.)
- Intention actions to resolve single or multiple unresolved imports
- Open up file explorer in all IntelliJ supported platforms (Windows, Linux & Mac OS) navigating to the containing folder
- Command line support, for example:
java -jar "LibraryFinder.jar" /home/siddique org.apache.*
Downloads: 21272
Rating:
Participated in rating: 16
Recent change notes:
Version 1.5 changes:
- Updated for v12
Comments:
You can do that using Library Finder. First you gotto create a project/module/global library (as a placeholder). And then, using Library Finder search for all the libraries which contains class files under the folder you want to search for
Class/File Name pattern: */*.class
Directory: C:\FolderToBeSearchedForLibrary
After you have the results displayed, you can multi-select the results and perform "Add to Global Library" or "Add to Module Library" action.
Let me know if this works.
I normally edit the iml files but some cool tool to do this would be appreciated. If any one knows one kindly point me in appropriate direction.
Thanks,
Dev
Let me know if there are any other issues
Seems like its a high level IntelliJ plugin architectural issue and its reported to Jetbrains
http://www.jetbrains.net/jira/browse/IDEA-15304
http://code.google.com/p/libraryfinder/issues/detail?id=11
or in the bugtracker ( http://code.google.com/p/libraryfinder/issues/list)?
This issue could not be replicated in any platforms and IntelliJ versions.
Please see the posting
http://www.intellij.net/forums/thread.jspa?threadID=268201&tstart=0
Hope this helps you debug this issue - I really could use this plugin.