Try a decompiler, for example, Java Decompiler: http://jd.benow.ca/
It decompiles the .jar file and shows you the source, although keep in mind that this may be copyrighted: 
By the way, why don't you ask them to send the source code, not just the .jar files?
Basically, .jar files are similar to zip files, and I believe that even WinRAR can open .jar files. Quote from your site:
Java archive file (compressed file for applets and related files) (.JAR)
Short for Java Archive, a file format used to bind all necessary components using the Java applet. JAR files make it easy to download applets since all components (.class files, images, sounds, etc.) can be packaged into a separate file. In addition, the JAR supports data compression, which further reduces load time.
JAR file support is the same as ZIP file support. JAR = ZIP + manifest. Microsoft VM supports uncompressed and compressed JAR levels of 0 and 1, but not a JAR.
WinRAR provides basic operations for JAR files created by other tools: view contents, extract files, view comments, and archive information.
You can use the conversion function to convert .jar files to .rar format.
You do not need to have any external programs to handle these formats.
After extracting with WinRAR, you can view the source code by specifying this link as an alternative method for JD.