Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
  • 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

wget https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u312-b07/OpenJDK8U-jdk_x64_linux_hotspot_8u312b07.tar.gz

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

C:\Program Files\Eclipse Adoptium\jdk-8.0.312.7-hotspot

/usr/lib/jvm/adoptopenjdk-11-hotspot-amd64

...