Skip to main content

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

Tales of Androgyny

A game about birds, bees, flowers and trees. · By Majalis

Jar file

A topic by Yoshaaaaa created Sep 22, 2021 Views: 1,418 Replies: 2
Viewing posts 1 to 2

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?

Developer

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?