hello i was wondering what is the use of the jar file and if it’s different from the rar file or i gotta insert it into the rar file?
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.