Skip to content

Commit 625051b

Browse files
committed
Convert README from old googlecode site
1 parent 29f191b commit 625051b

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

README.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
## Java jar file viewer for Mac
2+
### Jarzilla allows you to view the contents of any jar, ear, sar, war or zip file.
3+
<br/>
4+
5+
**NOTE** Running Jarzilla on Mountain Lion currently requires the following steps:
6+
7+
1. Open Security & Privacy Preferences
8+
2. Change setting "Allow applications downloaded from" to setting "Anywhere"
9+
3. Run Jarzilla
10+
4. Optionally, change security setting for gatekeeper back to 'Mac App Store & identified developers' to restore gatekeeper (This allows jarzilla to run, but keeps gatekeeper turned on)
11+
12+
Available for Mac OS X
13+
14+
![Main Window](http://jarzilla.googlecode.com/svn/wiki/images/jarzilla-main-window.png "Main Window")
15+
16+
![Details Window](http://jarzilla.googlecode.com/svn/wiki/images/jarzilla-details-window.png "Details Window")
17+
18+
![HTML Window](http://jarzilla.googlecode.com/svn/wiki/images/jarzilla-html-window.png "HTML Window")
19+
20+
![Image Window](http://jarzilla.googlecode.com/svn/wiki/images/jarzilla-image-window.png "Image Window")
21+
22+
### Overview
23+
Jarzilla allows you to view most kinds of zip files, with a focus on inspecting the contents of java jar files.
24+
25+
* Simply drag a jar file onto Jarzilla or use the file open menu to view its contents.
26+
* You can also associate jar files to Jarzilla with right click > Get Info > Open With > Change All.
27+
* If the jar file is executable, the Run button will launch it.
28+
* Double click on any file within the archive to get a custom resource view.
29+
* Java class files get a decompiled source view and outline view.
30+
* Html files get a rendered html view and html source view.
31+
* Images get a rendered image view.
32+
* Everything else gets rendered as text.

0 commit comments

Comments
 (0)