List contents of multiple jar files

前端 未结 9 824
情歌与酒
情歌与酒 2021-02-02 10:50

I am searching for a .class file inside a bunch of jars.

jar tf abc.jar 

works for one file. I tried

find -name \"*.jar\" | xa         


        
9条回答
  •  梦谈多话
    2021-02-02 11:49

    If you are using Eclipse, you can create a project and add all jars. You will then be able to find a class in any of the jars.

提交回复
热议问题