Can we distributable JRE with our game because people will have to download it separately. Like if we play other games there are Packages like msvcpr (C++) 2010 etc for runtime.
Is there any open JRE like openjdk. Or we can use oracle JRE and does steam and oracle allow to bundle this with our game ?
By the way you can also use tools like JavaPackager (it has a Maven and Gradle plugin) to bundle JRE with your app.
If you enable customizedJre (which by default it is) it will generate a minimal JRE customized for your app which only includes the required JRE modules.