- Install
oracle-jdk11-installer
- Pick version: https://www.oracle.com/java/technologies/javase-jdk11-downloads.html
- Download .tar.gz file:
wget --no-check-certificate -c --header "Cookie: oraclelicense=accept-securebackup-cookie" https://download.oracle.com/otn-pub/java/jdk/11.0.12<<<truncated>>>.tar.gz
- Move .tar.gz to installer folder: sudo mv jdk-11.0.12_linux-x64_bin.tar.gz /var/cache/oracle-jdk11-installer-local/
- Run installer (uwith sudo perm.):
apt install oracle-jdk11-installer
Created
August 23, 2021 15:23
-
-
Save pascal08/0613f30ae04f6592d8d538dce2ac58ff to your computer and use it in GitHub Desktop.
Install Oracle JDK Ubuntu
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment