How to install JDK 11 under Ubuntu?

前端 未结 8 1858
你的背包
你的背包 2020-12-12 20:04

So Java 11 is out. Does anybody know how to install it (OpenJDK from Oracle) from the command line?

I would like to see something like it was before for Oracle Java

8条回答
  •  离开以前
    2020-12-12 20:34

    I came here looking for the answer and since no one put the command for the oracle Java 11 but only openjava 11 I figured out how to do it on Ubuntu, the syntax is as following:

    sudo add-apt-repository ppa:linuxuprising/java
    sudo apt update
    sudo apt install oracle-java11-installer
    

提交回复
热议问题