Most viewed recipes tagged "jar"http://code.activestate.com/recipes/tags/jar/views/2011-03-22T15:00:28-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> jardiff (Python) 2011-03-22T15:00:28-07:00Raphaël Jolivethttp://code.activestate.com/recipes/users/4135673/http://code.activestate.com/recipes/577620-jardiff/ <p style="color: grey"> Python recipe 577620 by <a href="/recipes/users/4135673/">Raphaël Jolivet</a> (<a href="/recipes/tags/diff/">diff</a>, <a href="/recipes/tags/jar/">jar</a>, <a href="/recipes/tags/war/">war</a>, <a href="/recipes/tags/zip/">zip</a>). </p> <p>Diff JAR / WAR / ZIP files (even recursively bundled).</p> <p>Possibility to ignore some files, or some patterns in text files (like MANIFEST.mf).</p> <p>This script is useful in order to know if a new build has changed anything to your binary JAR/WAR/Zip.</p>