- Install the latest version of Java 8.
We recommend Adoptium Open JDK.
...
https://adoptium.net/installation.html?variant=openjdk8&jvmVariant=hotspot#x64_linux-jdk
cd /tmp
https://adoptopenjdk.jfrog.io/adoptopenjdk/api/gpg/key/public
...
Code Block |
---|
crypto.policy=unlimited |
- You do not need to set the environment variable JAVA_HOME, but some operators find this useful for convenience. Note that some installation processes will set this for you. If you decide you wish to set this and it has not been set by your installation process, set it to the base installation directory of Java, e.g.
Note |
---|
|
...