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.gzfile, execute the executable and follow the prompts. -
After successful installation, you should be able to execute the following command in
Terminalprompt 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.gzwhich should create a folder namedRealfire -
Move
Realfirefolder to{user home}/Applications(if Applications folder doesn't exist, create it) -
Run the
realfirefrom within theRealfirefolder -
If all goes well, Realfire application should be starting now.
-
Delete the downloaded Realfire installation file from
Downloadsfolder to clean up some space