JarInspector on Mac OS X
There is a tiny little utility that let's you inspect JAR/WAR/EAR files on the Mac OS platform. The software is available here. Install it. To open a JAR, simply right click and chose JarInspector as the application. I personally did not set JarInspector as my default .jar application to let the default JAR launcher kicks in but I have been very close to.
Amongst the useful features:
- navigate in your jars recursively
- edit/view files (useful for MANIFEST.MF)
- decompile a class
- find a file/class by name
By the way, this utility also opens zip files.
Enjoy.


3 Comments:
JarInspector is very useful to track down class loading issues... :)
By
Christophe Laprun, At
August 29, 2008 8:54 AM
Very cool utilily
By
domix, At
August 29, 2008 12:41 PM
Agreed - I'm amazed that people manages to do without this.
By
Paolo "Nusco" Perrotta, At
August 29, 2008 6:25 PM
Post a Comment
Links to this post:
Create a Link
<< Home