Java类查找器工具 [英] Java class finder Tool

查看:62
本文介绍了Java类查找器工具的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

任何经常使用Java的人都知道,classpath中多个jar可能给我们带来的麻烦。我正在寻找一个对我有帮助的工具-

Anyone who uses Java regularly knows the amount of trouble multiple jars in classpath can give us. I am looking for a tool which will help me -


  1. Classpath 中的jar中搜索类文件li>
  2. 在jar中的特定位置中搜索类文件。

  3. 可能要问的太多了,但请告诉我是否是同一类

  1. Search for class files inside jars in Classpath
  2. Search for class files inside jars in a specific location
  3. Maybe too much to ask for but show me if the same class is present in multiple jars.

不用多说,它应该很快。我评估过的大多数工具都很慢,而且还没有达到标准。

Also needless to say it should be fast. Most of the tools i have evaluated are very slow and not upto the mark.

任何用于上述目的的工具都值得赞赏。

Any tools for the above purpose greatly appreciated.

当前,我使用WinRar实现搜索(BTW确实非常快)来搜索jar中特定位置的类文件。但是没有办法利用它在Classpath中进行搜索。

Currently i use WinRar achieve search(which BTW is really fast) to search for class files inside jars in a specific location. But there is no way to utilize that to search in Classpath.

推荐答案

如果您使用的是eclipse,那么IBM的 classfinder 可能会有用。您可以在(一组)目录中执行(模糊)搜索类,并获取包含此类的所有jar。

If you are using eclipse, then IBM's classfinder may be useful. You can perform a (fuzzy) search for a class in a (set of) directories, and get all jar that contains such a class.

但是不确定类路径选项。

Not sure about the classpath option, however.

致谢,

Guillaume

regards,
Guillaume

这篇关于Java类查找器工具的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆