Install - Linux
Install JDK
-
Download the JDK v17 for Linux and save it to Downloads folder.
-
Goto Downloads folder and unzip
amazon-corretto-17-x64-linux-jdk.tar.gz
file, execute the executable and follow the prompts. -
After successful installation, you should be able to execute the following command in
Terminal
prompt and see that it prints the 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}-linux.x86_64.tar.gz
which should create a folder namedRealfire
-
Move
Realfire
folder to{user home}/Applications
(if Applications folder doesn't exist, create it) -
Run the
realfire
from within theRealfire
folder -
If all goes well, Realfire application should be starting now.
-
Delete the downloaded Realfire installation file from
Downloads
folder to clean up some space