Skip to main content

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

Who has JRE(Java runtime environment)

A topic by LunerPixelzsInteractive created 3 days ago Views: 52 Replies: 3
Viewing posts 1 to 3
Submitted

So should I make my game an .exe or a .jar file? and do a lot of people have JRE on their PC

As a Java dev for a decade, I'd highly recommend you package it with something like Launch4J, so you can not only guarantee the JRE's inclusion, but the version you're testing on as well.

(for Mac users, every Mac ships with a JRE, very few percentage of users know how to launch a JAR)

Submitted

Thankyou