The .rar file is an archive file that must be extracted before you properly access the (often compressed) files contained within. While the .jar file is also an archive file, it is also executable, as it can be run within a java runtime environment. You can run it from a command line or terminal by calling java.exe -jar TalesOfAndrogyny.jar, for instance.