How do i open .jar files?

java -jar filename.jar

from a terminal/command prompt window, providing you have Java installed and your paths set up correctly. If you've got it installed but no paths setup, change directory to the one containing the java executable before doing the above.
 
Winzip can do it, but it changes the case of uppercase files/folders IIRC.

Use WinRAR
 
java -jar filename.jar

from a terminal/command prompt window, providing you have Java installed and your paths set up correctly. If you've got it installed but no paths setup, change directory to the one containing the java executable before doing the above.

Yup, or use a JDE like NetBeans and view it in there.

InvG
 
Back
Top Bottom