Page 1 of 1

Game specs.

Posted: Mon Apr 16, 2018 11:47 am
by stormbringer3
Looking over the specs for this I saw that I need Java 1-7 or better. I have no idea how to find out if my PC has this.
Thanks for any help.

RE: Game specs.

Posted: Mon Apr 16, 2018 12:46 pm
by Saint Ruth
Hi, there's an option to install it when you install the game.

To check if you have it, open a command prompt (cmd.exe) and enter:

java -version

That'll give the version. E.g. this below has java 1.8... (so if it turns 1.7 or higher, you have the right version).

C:\Users>java -version
java version "1.8.0_161"
Java(TM) SE Runtime Environment (build 1.8.0_161-b12)
Java HotSpot(TM) 64-Bit Server VM (build 25.161-b12, mixed mode)