Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Thanks Koen,
But the $JAVA_HOME should be /usr/lib/jvm/java-11-openjdk-amd64/
So in case of using Oracle Java 8 it would be
JAVA_HOME=/usr/lib/jvm/java-8-oracle/
This happened. Not sure how to proceed.
–2018-10-16 15:01:26-- http://download.oracle.com/otn-pub/java/jdk/8u181-b13/96a7b8442fe848ef90c96a2fad6ed6d1/jdk-8u181-linux-x64.tar.gz?AuthParam=1539716606_e0a913d67b440504da28a61c62775de6 Connecting to download.oracle.com (download.oracle.com)|23.36.32.122|:80… connected. HTTP request sent, awaiting response… 404 Not Found 2018-10-16 15:01:26 ERROR 404: Not Found.
download failed Oracle JDK 8 is NOT installed. dpkg: error processing package oracle-java8-installer (–configure): installed oracle-java8-installer package post-installation script subprocess returned error exit status 1 E: Sub-process /usr/bin/dpkg returned an error code (1)
Cheers, Steve
I have downloaded, extracted and set path variable for Zulu Java platform, but when i run $sudo update-alternatives --config java there is no Zulu version. Do you know what could i have done wrong?
PATH=“/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/lib/jvm/zulu8zulu8.28.0.1-jdk8.0.163-linux_x64/bin” JAVA_HOME=“/usr/lib/jvm/zulu8.28.0.1-jdk8.0.163-linux_x64”
There are 2 choices for the alternative java (providing /usr/bin/java).
0 /usr/lib/jvm/java-11-openjdk-amd64/bin/java 1101 auto mode 1 /usr/lib/jvm/java-11-openjdk-amd64/bin/java 1101 manual mode
This article fails to mention a default install of Ubuntu 18.04 will not source /etc/environment by default.
You need to add the following line to .bashrc source /etc/environment
Please add to the guide.