I wanna enable Apex Tests in my workspace in VS Code, but I am unable to find out what is wrong.
Here are my possibilities:
Here is the setting that I am putting...
{"salesforcedx-vscode-apex.java.home": "/usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java" }
But, all the time the error message is shown.
Here is the ouput of java version
(.venv) oalpb@itajuba:~$ java -version
openjdk version "1.8.0_292"
OpenJDK Runtime Environment (build 1.8.0_292-8u292-b10-0ubuntu1~20.04-b10)
How to fix it?




