Hi everyone,
I'm trying to install downlords faf client on linux. But i'm having problems with java installation.
When i follow the wiki and install openjdk-14-jre (and do all the other steps) i get the following output when trying to run the client:
No suitable Java Virtual Machine could be found on your system.
The version of the JVM must be 15.
Please define INSTALL4J_JAVA_HOME to point to a suitable JVM.
I then tried installing version 15 and setting the env-var with the following:
export INSTALL4J_JAVA_HOME=/usr/lib/jvm/java-15-openjdk-amd64
I also tried to install the oracle java package (as in video tutorial) but i could not get it to install at all.
I am not very experienced in linux... does anyone know what i'm doing wrong?