I recently released a new version of a game I was writing and someone replied that it won’t run with his Java 8.
I tried installing the latest JDK on my Win 7 PC. It said it loaded fine. I then tried to see whether it was running fine with
java -version
java version "1.7.0_21"
Java(TM) SE Runtime Environment (build 1.7.0_21-b11)
Java HotSpot(TM) 64-Bit Server VM (build 23.21-b01, mixed mode)
So am I running Java 8?
Will users with Java 7 now not be able to play?
Is there a simple solution?
Cheers Mike