What is the best way to browse the contents of a jar file on the Mac platform?
I usually use unzip foo.jar -d foo, but this is too slow with uber-jars.
What is the best way to browse the contents of a jar file on the Mac platform?
I usually use unzip foo.jar -d foo, but this is too slow with uber-jars.
The Better Zip Quicklook Generator allows you to have a quick peek into jar archives. I like that for quick browsing in the finder. Currently it is free.
vim filename.jar
will browse file content in vim browser.
If you does not have installed vim - you can use vi
I think you could install a IDE like eclipse or netbeans on ur Mac platform. These IDE tools will help you access the content of jar files easily.