How to Open .JAR Files in Windows

The JAR file extension stands for Java Archive and is actually just a compressed directory holding the files needed to run a Java application. The compression format used is the same as with ZIP files, so Windows Explorer should be able to open them natively. However, due to file associations in Microsoft Windows, the JAR file format will always attempt to run the application instead of open the archive. By adjusting a file association option from the Microsoft Windows command line you can open JAR files natively in Windows Explorer.

Instructions

    • 1

      Press the Windows key and "R" simultaneously to open the Run dialog.

    • 2

      Type in "cmd" and then press the "Enter" key to launch a Windows command prompt.

    • 3

      Type "assoc .jar=CompressedFolder" and then press the "Enter" key to change the JAR file association.

    • 4

      Launch a Windows Explorer window and navigate to your JAR file.

    • 5

      Double-click the JAR file to open the archive like you would a regular ZIP file.

Related Searches:

References

Comments

You May Also Like

Related Ads

Featured