Popular Python recipes tagged "java"http://code.activestate.com/recipes/langs/python/tags/java/2010-07-22T09:13:59-07:00ActiveState Code RecipesPython program that show .class files from *.jar (Python)
2010-07-22T09:13:59-07:00Michal Niklashttp://code.activestate.com/recipes/users/186902/http://code.activestate.com/recipes/577328-python-program-that-show-class-files-from-jar/
<p style="color: grey">
Python
recipe 577328
by <a href="/recipes/users/186902/">Michal Niklas</a>
(<a href="/recipes/tags/jar/">jar</a>, <a href="/recipes/tags/java/">java</a>).
</p>
<p>This program iterate through .jar files and print .class files from it</p>