linux下在jar包中找类是否存在

find /usr/lib -name "*.jar" -exec grep -Hsli 类名 {} \;

 

posted @ 2016-08-11 10:19  Entropy_lxl  阅读(2890)  评论(0)    收藏  举报