Skip to main content

Install - Windows

Install JDK

  • Download the JDK v12 for Windows and save it to Downloads folder.

  • Goto Downloads folder and click on the amazon-corretto-17-x64-windows-jdk.msi file and follow the prompts.

  • After successful installation, you should be able to execute the following command in Cmd prompt and see that it prints correct Java version.

      ❯ java --version
    openjdk 17.0.4.1 2022-08-12 LTS
    OpenJDK Runtime Environment Corretto-17.0.4.9.1 (build 17.0.4.1+9-LTS)
    OpenJDK 64-Bit Server VM Corretto-17.0.4.9.1 (build 17.0.4.1+9-LTS, mixed mode, sharing)

Install Realfire

  • Download the Realfire 6.0 and save it to Downloads folder.

  • Unzip the file realfire-{version}-windows.x86_64.zip which should create a folder named Realfire

  • Move Realfire folder to C:\Users\{yourusername}\Applications (if Applications folder doesn't exist, create it)

  • Execute C:\Users\{yourusername}\Applications\Realfire\realfire.exe

  • When you run the application for first time, Windows might show a warning message. If so, click on Run Anyway button

  • If all goes well, Realfire application should be starting now.

  • Delete the downloaded Realfire installation file from Downloads folder to clean up some space