- Install the latest version of Java 8.
We recommend Adoptium Open JDKthe OpenJDK Adoptium Temurin 8 or 11.
Installation
Windows
- From the Adoptium home page https://adoptium.net select
...
- Termurin 8
...
- or 11
- This download is equivalent to the Adopt Open JDK HotSpot build of Java for 64 bit architectures
...
- .
- Click the Latest release
...
- button to download an MSI installation package.
- Complete the installation process as standard for an MSI package, accepting all defaults
Linux
https://adoptium.net/installation.html?variant=openjdk8&jvmVariant=hotspot#x64_linux-jdk
...
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 |
---|
|
...