Table of Contents

Install JAVA

Windows

Migration from JAVA JRE to OpenSDK

Need to troubleshoot: Installation problems

Linux

> yum install java-latest-openjdk-headless.x86_64   # Installs the latest OpenJDK binaries
> alternatives --config java                        # In case of upgrade: Switches the links to point to the new version
> java -version                                     # Check you run the latest version

Warning: