Java class finder tool
Anyone who often uses Java knows that multiple jars in the classpath can cause us trouble I'm looking for a tool that can help me –
>Searching for class files in jars in classpath > searching for class files in jars in specific locations > may require too much, but if the same class appears in multiple jars, please let me know
Needless to say, it should be fast Most of the tools I evaluated were very slow and did not meet the standards
Any tool used for the above purpose will be greatly appreciated
At present, I use winrar to implement search (btw is very fast) to search for class files in jars in specific locations But there is no way to use it to search in classpath
Solution
If you are using eclipse, IBM's ClassFinder may be useful You can perform a (fuzzy) search on the classes in the (set of) directory and get all the jars that contain this class
However, the classpath option is uncertain
Greetings, Guillaume