09 January 2009

Extracting contents of *.jar file

A quick and painless method: Rename the file's extension to .zip and double-click it in Windows Explorer. We're using Java 1.4.2_12, which doesn't have the jar.exe built-in. Otherwise, if your path environment variable is set correctly, you can just type jar xf jar-file at the command line to extract contents.

No comments: