Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

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.

oh okay thank you! Thought is there an application to extract java files?