May I ask why you ask this question?
That aside: The game is written in Java and distributed as a jar-file, so you're going to need a JVM to run it.
You don't necessarily need to install said JVM (in the form of a JRE or JDK) on your system, you can just download the JVM as a zip file (for example from
You must be registered to see the links
or
You must be registered to see the links
), extract it somewhere and run the game with a command line argument that looks something like this:
Code:
"path\to\JDK\folder\bin\java" -jar "Corrupted Saviors.jar"