Possible Duplicate:
Can you configure Windows to open JAR files like ZIP files without a 3rd party tool?
How i can view the contents of Jar files and enter to it like Zip files on windows 7 , so windows explorer can view these files ?
How i can view the contents of Jar files and enter to it like Zip files on windows 7 , so windows explorer can view these files ? | ||||
|
feedback
|
This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.
|
Try this registry script:
| |||
|
feedback
|
|
Open them with 7-zip. If you really want to double click, set it as default program for | |||||
feedback
|
|
Jar (=Java Archive) are just zipped Java class files, so you can use any Zip-Archiver tool to unzip it, for example 7-zip. It won't bring you much, however, because class files are the files compiled into bytecode, so this is a binary format you cannot easily look in. You can decompile these files using some of existing Java decompilers, for example this one. | |||
|
feedback
|