Pouvez-vous configure Windows to ouvrir JAR fichiers like ZIP fichiers sans a 3rd party tool?
Pouvez-vous configure Windows to ouvrir JAR fichiers like ZIP fichiers sans a 3rd party tool?
Je voudrais 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. Explorateur Windows can open ZIP files just fine; is there some registry setting I can use to let it treat JARs like ZIPs?
Re: Pouvez-vous configure Windows to ouvrir JAR fichiers like ZIP fichiers sans a 3rd party tool?
Or from the ligne de commande:
```
assoc .jar=CompressedFolder
```
Under **Vista** (*or higher*) vous devez run this in an elevated Invite de commandes.
```
assoc .jar=CompressedFolder
```
Under **Vista** (*or higher*) vous devez run this in an elevated Invite de commandes.