ACCELQ Local Agent requires Java Development Kit, version 11 (JDK 11).
Verify if JDK 11 is available on your system
Open a command prompt, and type
javac -version
If the output indicates something like the following, you can skip this article.
javac 11.x.xx
If not, proceed with setting up 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 for the installation process.
Operating System | JDK 11 |
Windows 32-bit x86 | -- |
Windows 64-bit x86 | https://cdn.azul.com/zulu/bin/zulu11.35.15-ca-jdk11.0.5-win_x64.msi |
Mac OS | https://cdn.azul.com/zulu/bin/zulu11.35.15-ca-jdk11.0.5-macosx_x64.dmg |
Linux 32-bit x86 | -- |
Linux 64-bit x86 RPM | https://cdn.azul.com/zulu/bin/zulu11.35.15-ca-jdk11.0.5-linux.x86_64.rpm |
Linux 64-bit x86 DEB | https://cdn.azul.com/zulu/bin/zulu11.35.15-ca-jdk11.0.5-linux_amd64.deb |
Once the installation is completed, repeat the verification as in the first step.
Set up Environment variables
Define the 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 permission to set these environment variables.
Comments
0 comments
Please sign in to leave a comment.