vote up 4 vote down star
2

I'd like to be able to examine the contents of a JAR file without having to install Winzip or some other tool and without having to rename the file. Windows Explorer can open ZIP files just fine; is there some registry setting I can use to let it treat JARs like ZIPs?

flag

5 Answers

vote up 3 vote down check

I tried exporting HKEY_CLASSES_ROOT\.zip, changing all references of '.zip' to '.jar' and importing it to HKEY_CLASSES_ROOT\.jar.

Under Vista at least it let me open a .jar file as if it were a .zip.

link|flag
vote up 0 vote down

The HKEY_CLASSES_ROOT trick doesnt work under Windows 7. There mut be some compelling reason that MSFT doesnt want us to do this.

link|flag
Worked fine for me under Windows 7. – Brannon 9 hours ago
vote up 0 vote down

It doesn't appear to work under Vista. Anyone know how to do this for Vista?

link|flag
I originally tested it under Vista. – Brannon 9 hours ago
vote up 12 vote down

Or from the command line:

assoc .jar=CompressedFolder
link|flag
vote up 2 vote down

What you need to do is associate the JAR extension in Windows Explorer with Compressed folders. From Windows Explorer select tools / Folder Options. Then the Files Types tab. Select New and associate JAR Compressed (ZIP) Folder.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.