posted 17 years ago
A JAR file is a collection of resources, typically multiple Class files but could also be other file types too.
The format for JAR files can be read by (typically) any archive managing tool like Winzip, WinRar etc, or it can be 'unjarred' using the command line.
There are decompilers available to convert the .class files into .java files, such as JAD