How to Install OpenJDK on Ubuntu 18.04 Bionic Gnu/Linux

May 20, 2018 | By the+gnu+linux+evangelist.

Java 9

  1. 9 OpenJDK JRE/JDK Installation.

    • For JRE 9
      Minimal:

      sudo apt install openjdk-9-jre-headless

      With GUI Parts:

      sudo apt install openjdk-9-jre
    • For JDK 9
      Without Graphical Components:

      sudo apt install openjdk-9-jdk-headless

      And All:

      sudo apt install openjdk-9-jdk

QuickChic Theme • Powered by WordPress