A jar file is a Java Archive file, which is actually a zip file with some embedded metadata.
You can open it with the command:
$ java -jar filename.jar