Hello,
I'm developing a game using Libgdx and Spine, and I would like to package a test version for both Windows and MacOS, as Libgdx using Java, my problem is how to check the Java installed on the client and how to guide the user to install it. My plan is to create an update checker program for all platforms to check the Java and also the game version.
I have noticed Spine has multi platforms installer, is it possible using Java code to make it?
BR