How to Install OpenJDK 9 on Ubuntu 17.04 Zesty Linux

November 6, 2017 | By the+gnu+linux+evangelist.

Install OpenJDK 9 Ubuntu 17.04 Zesty

Hi! The Tutorial shows you Step-by-Step How to Install OpenJDK JRE/JDK 9 in Ubuntu 17.04 Zesty GNU+Linux Desktop.

And the Ubuntu 17.04 Open JDK 9 Installation is a Free and Open Source Implementation of the Java Platform Standard Edition.

Oracle Java JDK/JRE Installation is based on the OpenJDK source code. In Addition, it contains Closed-Source Components.

How to Download and Install Oracle JDK on Linux Distros

How to Install Oracle JDK 21 on Ubuntu 24.04 – Step-by-step
  1. Open a Shell session
    Ctrl+Alt+t to open a Terminal emulator on Desktop
    (Press “Enter” to Execute Commands)

    How to Install OpenJDK 9 on Ubuntu 17.04 Zesty - Open Terminal Shell Emulator
  2. Installing OpenJDK 9 JRE/JDK.

    • For JRE 9
      Minimal:

      sudo apt install openjdk-9-jre-headless

      Complete:

      sudo apt install openjdk-9-jre
    • For JDK 9
      Without GUI components:

      sudo apt install openjdk-9-jdk-headless

      And All with:

      sudo apt install openjdk-9-jdk
  3. Java IDEs Installation on Ubuntu

    How to Install Eclipse for Java Development on Ubuntu: Installing Eclipse IDE for Java on Ubuntu.

    How to Install Netbeans IDE for Java on Ubuntu: Installing NetBeans IDE for Java on Ubuntu.

    How to Install IntelliJ IDEA 2023 for Java on Ubuntu: Installing IntelliJ IDEA for Java on Ubuntu.


QuickChic Theme • Powered by WordPress