Assuming that lots of people do not have Java 7 installed, and the fact I can’t force them to install it, is it feasible to include the Java JRE with my game in a subfolder of the game? So that only my game uses it? The JRE wouldn’t be “installed” as such, just available in a folder so I could run javaw.exe. I know this is a “waste” in terms of disk space and download size but is that a problem in these days of TB disks and broadband? A big advantage is that I could guarantee the exact version of the JRE because I would be supplying it! It also means the user would be unaware that Java is there as some users are “Java haters” because of the FUD around applet security.
What do you think?