Local agent requires Java Development Kit, version 8 (JDK 8) / 11 (JDK 11) to run.
Verify if JDK 8 / 11 is available on your system
Open a command prompt, and type
javac -version
If the output indicates something like following, you can skip this article.
java 8:
javac 1.8.x_xxx
java 11:
javac 11.x.xx
If not, proceed with setting up JDK 8 / JDK 11. Please note that higher versions of JDK are not supported at the current moment.
Installing JDK (Open JDK)
Depending on your operating system, click one of the following links and download the installable. Follow the instructions of the installation process.
Once the installation is completed, repeat the verification as in the first step.
Set up Environment variables
Define following environment variables once you complete the installation.
- JAVA_HOME to point to the folder where JDK is installed
- Add <JAVA_HOME>/bin folder to the Path environment variable.
Please consult your IT admin if you do not have permissions to set these environment variables.
Comments
0 comments
Please sign in to leave a comment.