I can't find the exe

Issue #33 new
Former user created an issue

I cant find the exe in the files. What file do I need to launch to play?

Comments (1)

  1. Luca Battisti

    Hello, this is a java application so it does not have an exe, it has a jar file. To execute it you need to install the Java Runtime Environment (abbreviated as JRE), go in the directory where you have your jar and execute this command in the terminal: java -jar YOUR_APPLICATION
    Substitute the name of the jar you want to run to YOUR_APPLICATION (e.g.: java -jar eu4-combatsimulator-1.3-windows64.jar).

  2. Log in to comment