Find a jar file given the class name?

Please Visit: http://ift.tt/1ajReyV



Find a jar file given the class name?

http://ift.tt/1p3VwoH

for %i in (*.jar) do @jar tvf %i | find "JspServlet.class"

Get-ChildItem -recurse -Filter *.jar | Foreach { jar tvf $_.fullname | Select-String -pattern "JspServlet.class"}



from Google Plus RSS Feed for 101157854606139706613 http://ift.tt/1p3VwoH

via LifeLong Community

No comments:

Post a Comment